diff --git a/_sass/fonts.scss b/_sass/fonts.scss new file mode 100644 index 0000000..e1878f0 --- /dev/null +++ b/_sass/fonts.scss @@ -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"; +} diff --git a/_sass/main.scss b/_sass/main.scss index 224b6b4..66c62ca 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -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; diff --git a/assets/font/pokemon-emerald-pro.ttf b/assets/font/pokemon-emerald-pro.ttf new file mode 100644 index 0000000..bec1a1d Binary files /dev/null and b/assets/font/pokemon-emerald-pro.ttf differ