[Splash > UI] Finalise font handling for upcoming ThemeSync font syncing
This commit is contained in:
parent
8eaa504c90
commit
ec5f9b4449
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@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;
|
box-sizing: border-box;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
|
Loading…
Reference in a new issue