From e0d18dc67c16b31a550f750a7fad31a91a7ebdb1 Mon Sep 17 00:00:00 2001 From: saagit <55336016+saagit@users.noreply.github.com> Date: Tue, 25 Aug 2020 16:16:34 -0700 Subject: [PATCH] Update Google fonts to remove unused weight and CSS API v2. The 300 weight of Source Code Pro is not used anywhere. This change also updates to using Google Fonts CSS API v2 and specifying display=swap to avoid a "flash of invisible text". Resolves #241 --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index a43e612..b3f208f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,7 +18,7 @@ {% endif %} {% if USE_GOOGLE_FONTS != False %} - + {% endif %} {% if USE_LESS %}