[Splash > UI] Fix font handling when var is unset
This commit is contained in:
parent
671ef9de00
commit
d7d372e068
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,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;
|
||||
|
|
Loading…
Reference in a new issue