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;
-4
View File
@@ -22,10 +22,6 @@
font-family: Rubik, sans-serif !important;
}
*:not([class^="Canvas__canvas___"]):not([class^="Canvas__canvas___"] *):not([class^="ThemeCard__"]):not([class^="ThemeCard__"] *):not([class^="ThemePreview__"]):not([class^="ThemePreview__"] *):not([class^="academicReportsWrapper"]):not([class^="academicReportsWrapper"] *):not(textarea):not(.doesntexist) {
font-family: Rubik, sans-serif !important;
}
::view-transition-old(root),
::view-transition-new(root) {
animation: none;