fix: inter font overriden by seqta

This commit is contained in:
SethBurkart123
2026-03-18 09:07:01 +11:00
parent 9581b793b5
commit 46d5c2e9fc
2 changed files with 8 additions and 4 deletions
+8
View File
@@ -26,6 +26,14 @@
font-display: swap;
}
@layer base, override;
@layer override {
* {
font-family: Rubik, sans-serif !important;
}
}
html {
background: #161616 !important;
background-color: #161616;