This commit is contained in:
Neale Pickett 2011-11-22 12:53:07 -06:00
parent 7843c4bf5d
commit 29364b7d79
4 changed files with 7 additions and 7 deletions

BIN
Jungle_LIFE.ttf Normal file

Binary file not shown.

Binary file not shown.

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: Jungle Life;
src: url(Jungle_LIFE.ttf);
}
body {
background: #222 url(stone-cmp.jpg);
color: #eee;
font-family: Sk8ordye, fantasy;
font-family: Jungle Life, fantasy;
font-size: 5em;
text-align: center;
}

View File

@ -1,6 +1,6 @@
@font-face {
font-family: Sk8ordye;
src: url(Sk8ordye.ttf);
font-family: Jungle life;
src: url(Jungle_LIFE.ttf);
}
body {
background: #222 url(stone-cmp.jpg);
@ -10,7 +10,7 @@ body {
}
h1 {
color: #fd8;
font-family: Sk8ordye, fantasy, sans-serif;
font-family: Jungle life, fantasy, sans-serif;
font-size-adjust: 1.0;
}
h2 {
@ -28,6 +28,6 @@ img {
}
#scoreboard {
font-size: 2em;
font-family: Sk8ordye, fantasy;
font-family: Jungle life, fantasy;
border: solid black 4px;
}