improve font
This commit is contained in:
parent
3cf8b70eec
commit
024aded1a4
6 changed files with 147 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
|||
|
||||
<script src='platformer.js'></script>
|
||||
|
||||
<link rel="stylesheet" href="font/stylesheet.css" type="text/css" charset="utf-8" />
|
||||
<style type="text/css">
|
||||
body { font-family: 'silkscreennormal'; }
|
||||
</style>
|
||||
|
||||
<style>
|
||||
body { padding:0px; margin:0px; background-color: red; }
|
||||
</style>
|
||||
|
|
Reference in a new issue