fix: Global fonts

Prior commit was not actually functional upon review
This commit is contained in:
Jaxon Lewis-Wilson
2026-01-21 12:22:45 +08:00
parent ce6538f850
commit 82a789bbec
+1 -1
View File
@@ -57,7 +57,7 @@ select {
transition: 200ms;
background: var(--auto-background) !important;
}
* {
:root * {
font-family: Rubik, sans-serif !important;
--theme-fg-parts: white;
}