finally get around to change font

This commit is contained in:
etherware-novice 2024-07-31 14:17:21 -05:00
parent a5152e4cc3
commit 6656efe4c0
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
3 changed files with 10 additions and 2 deletions

8
_sass/fonts.scss Normal file
View 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";
}

View File

@ -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;

Binary file not shown.