Set the default font

This commit is contained in:
zyronon
2023-12-07 14:15:16 +08:00
parent 24eca23548
commit 187735c3a8

View File

@@ -146,9 +146,8 @@ html, body {
width: 100vw;
height: 100vh;
overflow: hidden;
color: rgb(187, 187, 187);
//color: var(--color-font-1);
//font-family: var(--font-family);
color: var(--color-font-1);
font-family: var(--font-family);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}