[Splash > UI] Fix font handling when var is unset

This commit is contained in:
Ducko 2022-03-13 20:30:31 +00:00
parent 671ef9de00
commit d7d372e068
1 changed files with 1 additions and 1 deletions

View File

@ -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;