fix font family and bugs, better docs

This commit is contained in:
Zoe
2025-04-03 19:49:16 +00:00
parent 8765f6cb57
commit 8eb4355ae3
4 changed files with 24 additions and 12 deletions

View File

@@ -6,6 +6,10 @@
font-display: swap;
}
:root {
--default-font-family: "Instrument Sans", ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
html {
line-height: normal;
color-scheme: dark;