[Splash > UI] Finalise font handling for upcoming ThemeSync font syncing

This commit is contained in:
Ducko 2022-03-14 09:28:22 +00:00
parent 8eaa504c90
commit ec5f9b4449
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';
}
@font-face {
@ -38,7 +39,7 @@
}
* {
font-family: var(--font-primary, 'Whitney', sans-serif);
font-family: var(--font-primary), 'Whitney', sans-serif;
box-sizing: border-box;
-webkit-user-select: none;