From c707c7bab4e0ca5ec03adfac25c904ed46e5cdf7 Mon Sep 17 00:00:00 2001 From: Oj Date: Fri, 11 Feb 2022 22:50:31 +0000 Subject: [PATCH] [Splash > UI] Clean up source (font handling) --- src/splash/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/splash/index.html b/src/splash/index.html index 1387e6e..28fdd3a 100644 --- a/src/splash/index.html +++ b/src/splash/index.html @@ -13,7 +13,6 @@ --brand-experiment: #5865F2; --header-primary: #fff; --text-muted: #72767d; - --font-primary: 'Whitney', sans-serif; } @font-face { @@ -41,7 +40,7 @@ } * { - font-family: var(--font-primary); + font-family: var(--font-primary, 'Whitney', sans-serif); box-sizing: border-box; -webkit-user-select: none;