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