fix: fixed weird font issue

This commit is contained in:
frosty
2026-04-11 01:23:37 -04:00
parent 3570cb5fb5
commit 4368e16368

View File

@@ -23,6 +23,7 @@
*, *::before, *::after { *, *::before, *::after {
box-sizing: border-box; box-sizing: border-box;
font-family: sans-serif;
} }
html { html {
@@ -34,7 +35,6 @@ body {
background-image:radial-gradient(circle at top end, var(--bg-card) 0%, var(--bg-main) 100%); background-image:radial-gradient(circle at top end, var(--bg-card) 0%, var(--bg-main) 100%);
background-attachment:fixed; background-attachment:fixed;
color:var(--text-primary); color:var(--text-primary);
font-family:system-ui,-apple-system,sans-serif;
margin:0; margin:0;
padding:0; padding:0;
min-height:100%; min-height:100%;