From 38e1fd1cabaa0b13beb39be3ce55c8f99500da98 Mon Sep 17 00:00:00 2001 From: Oj Date: Sun, 6 Feb 2022 16:39:11 +0000 Subject: [PATCH] [Splash > UI] Use var for font, use new cdn domain for externals --- src/splash/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/splash/index.html b/src/splash/index.html index 33d70a8..3a22651 100644 --- a/src/splash/index.html +++ b/src/splash/index.html @@ -1,4 +1,4 @@ - +
Starting...
@@ -13,13 +13,14 @@ --brand-experiment: #5865F2; --header-primary: #fff; --text-muted: #72767d; + --font-primary: 'Whitney', sans-serif; } @font-face { font-family: Whitney; font-weight: 400; font-style: normal; - src: url(https://goosemod.com/font/whitney_400.woff) format("woff"); + src: url(https://cdn.openasar.dev/whitney_400.woff) format("woff"); } html, body { @@ -40,7 +41,7 @@ } * { - font-family: 'Whitney', sans-serif; + font-family: var(--font-primary); box-sizing: border-box; -webkit-user-select: none;