Archived
1
0
Fork 0

improve font

This commit is contained in:
neingeist 2013-11-25 01:03:33 +01:00
parent 3cf8b70eec
commit 024aded1a4
6 changed files with 147 additions and 0 deletions

View file

@ -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>