[Splash > UI] Clean up source (font handling)

This commit is contained in:
Ducko 2022-02-11 22:50:31 +00:00
parent 7f1d6d12c4
commit c707c7bab4
1 changed files with 1 additions and 2 deletions

View File

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