finally get around to change font
This commit is contained in:
parent
a5152e4cc3
commit
6656efe4c0
8
_sass/fonts.scss
Normal file
8
_sass/fonts.scss
Normal file
@ -0,0 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "Pokemon Emerald Pro";
|
||||
src: url("/assets/font/pokemon-emerald-pro.ttf") format("truetype");
|
||||
}
|
||||
|
||||
html, body {
|
||||
font-family: "Pokemon Emerald Pro";
|
||||
}
|
@ -1,11 +1,11 @@
|
||||
@import "sidebar";
|
||||
@import "statuscafe";
|
||||
@import "fonts";
|
||||
|
||||
|
||||
body {
|
||||
html, body {
|
||||
background-color: #2196F3;
|
||||
color: black;
|
||||
font-family: Verdana;
|
||||
text-align: center;
|
||||
margin: 1px;
|
||||
cursor: url("/cursor.png"),auto;
|
||||
|
BIN
assets/font/pokemon-emerald-pro.ttf
Normal file
BIN
assets/font/pokemon-emerald-pro.ttf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user