Revert "Use new font everywhere"

This reverts commit 7843c4bf5d.
This commit is contained in:
Neale Pickett 2011-11-22 13:17:58 -06:00
parent 0e65878b6b
commit 42c5909177
2 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@
<meta charset="utf-8"> <meta charset="utf-8">
<style type="text/css"> <style type="text/css">
@font-face { @font-face {
font-family: Sk8ordye; font-family: Most Wazted;
src: url(Sk8ordye.ttf); src: url(Mostwasted.ttf);
} }
body { body {
background: #222 url(stone-cmp.jpg); background: #222 url(stone-cmp.jpg);
color: #eee; color: #eee;
font-family: Sk8ordye, fantasy; font-family: Most Wazted, fantasy;
font-size: 5em; font-size: 5em;
text-align: center; text-align: center;
} }

View File

@ -28,6 +28,6 @@ img {
} }
#scoreboard { #scoreboard {
font-size: 2em; font-size: 2em;
font-family: Sk8ordye, fantasy; font-family: Most Wazted, fantasy;
border: solid black 4px; border: solid black 4px;
} }