New font
This commit is contained in:
parent
7843c4bf5d
commit
29364b7d79
Binary file not shown.
BIN
Sk8ordye.ttf
BIN
Sk8ordye.ttf
Binary file not shown.
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue