fix: Include _fonts.scss in style.scss

Signed-off-by: prettysunflower <me@prettysunflower.moe>
This commit is contained in:
2025-07-23 10:44:42 -04:00
parent e30018ef00
commit 21554dcc70
2 changed files with 2 additions and 1 deletions

4
assets/scss/_fonts.scss Normal file
View File

@@ -0,0 +1,4 @@
/* This is a system font stack. Please edit it if you want to use other fonts~ */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}