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"> <meta charset="utf-8">
<style type="text/css"> <style type="text/css">
@font-face { @font-face {
font-family: Sk8ordye; font-family: Jungle Life;
src: url(Sk8ordye.ttf); src: url(Jungle_LIFE.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: Jungle Life, fantasy;
font-size: 5em; font-size: 5em;
text-align: center; text-align: center;
} }

View File

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