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">
|
||||
<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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue