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

View File

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