[Splash > UI] Clean up source (font handling)
This commit is contained in:
parent
7f1d6d12c4
commit
c707c7bab4
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@
|
||||||
--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 {
|
||||||
|
@ -41,7 +40,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: var(--font-primary);
|
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