parent
4e0ed724b5
commit
0e65878b6b
BIN
Jungle_LIFE.ttf
BIN
Jungle_LIFE.ttf
Binary file not shown.
Binary file not shown.
|
@ -8,13 +8,13 @@
|
|||
<meta charset="utf-8">
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: Jungle Life;
|
||||
src: url(Jungle_LIFE.ttf);
|
||||
font-family: Sk8ordye;
|
||||
src: url(Sk8ordye.ttf);
|
||||
}
|
||||
body {
|
||||
background: #222 url(stone-cmp.jpg);
|
||||
color: #eee;
|
||||
font-family: Jungle Life, fantasy;
|
||||
font-family: Sk8ordye, fantasy;
|
||||
font-size: 5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@font-face {
|
||||
font-family: Jungle life;
|
||||
src: url(Jungle_LIFE.ttf);
|
||||
font-family: Sk8ordye;
|
||||
src: url(Sk8ordye.ttf);
|
||||
}
|
||||
body {
|
||||
background: #222 url(stone-cmp.jpg);
|
||||
|
@ -10,7 +10,7 @@ body {
|
|||
}
|
||||
h1 {
|
||||
color: #fd8;
|
||||
font-family: Jungle life, fantasy, sans-serif;
|
||||
font-family: Sk8ordye, fantasy, sans-serif;
|
||||
font-size-adjust: 1.0;
|
||||
}
|
||||
h2 {
|
||||
|
@ -28,6 +28,6 @@ img {
|
|||
}
|
||||
#scoreboard {
|
||||
font-size: 2em;
|
||||
font-family: Jungle life, fantasy;
|
||||
font-family: Sk8ordye, fantasy;
|
||||
border: solid black 4px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue