[Splash > UI] Tweak font var handling

This commit is contained in:
Ducko 2022-03-11 12:38:36 +00:00
parent b8000c2e8a
commit f1ab5b0d91
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
--brand-experiment: #5865F2;
--header-primary: #fff;
--text-muted: #72767d;
--font-primary: 'Whitney', sans-serif;
}
@font-face {
@ -40,7 +41,7 @@
}
* {
font-family: var(--font-primary, 'Whitney', sans-serif);
font-family: var(--font-primary);
box-sizing: border-box;
-webkit-user-select: none;