From d7d372e068001d10f573540e4872ef0c538ebd23 Mon Sep 17 00:00:00 2001 From: Oj Date: Sun, 13 Mar 2022 20:30:31 +0000 Subject: [PATCH] [Splash > UI] Fix font handling when var is unset --- src/splash/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/splash/index.html b/src/splash/index.html index 9110411..a70d4e4 100644 --- a/src/splash/index.html +++ b/src/splash/index.html @@ -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;