From ec5f9b4449216e1ee9efa7486c39ab726fae80ad Mon Sep 17 00:00:00 2001 From: Oj Date: Mon, 14 Mar 2022 09:28:22 +0000 Subject: [PATCH] [Splash > UI] Finalise font handling for upcoming ThemeSync font syncing --- 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 a70d4e4..a8f61fa 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'; } @font-face { @@ -38,7 +39,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;