[Splash > UI] Tweak font var handling

This commit is contained in:
Ducko 2022-03-11 12:38:36 +00:00
parent b8000c2e8a
commit f1ab5b0d91

View file

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