Use new font everywhere
This commit is contained in:
parent
d9f6cfc281
commit
7843c4bf5d
|
@ -8,13 +8,13 @@
|
|||
<meta charset="utf-8">
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: Most Wazted;
|
||||
src: url(Mostwasted.ttf);
|
||||
font-family: Sk8ordye;
|
||||
src: url(Sk8ordye.ttf);
|
||||
}
|
||||
body {
|
||||
background: #222 url(stone-cmp.jpg);
|
||||
color: #eee;
|
||||
font-family: Most Wazted, fantasy;
|
||||
font-family: Sk8ordye, fantasy;
|
||||
font-size: 5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue