From ccca826e86eb65d3076f1f1e9e9e9cc913be12ed Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 10 Nov 2021 03:14:25 -0500 Subject: [PATCH] swap fonts instead of auto --- themes/secluded/assets/scss/_fonts.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/secluded/assets/scss/_fonts.scss b/themes/secluded/assets/scss/_fonts.scss index 13d3c07..5ab741a 100644 --- a/themes/secluded/assets/scss/_fonts.scss +++ b/themes/secluded/assets/scss/_fonts.scss @@ -4,7 +4,7 @@ font-weight: normal; font-stretch: normal; font-stretch: normal; - font-display: auto; + font-display: swap; src: url('/assets/fonts/heliotrope/heliotrope_4_regular.woff2') format('woff2'); } @@ -14,6 +14,6 @@ font-weight: normal; font-stretch: normal; font-stretch: normal; - font-display: auto; + font-display: swap; src: url('/assets/fonts/heliotrope/heliotrope_4_italic.woff2') format('woff2'); }