From cc43509daa48ee31f70aeb15a597d13c4a53e648 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 29 Aug 2023 15:46:50 -0400 Subject: [PATCH] set all fonts to swap rather than auto --- themes/secluded/assets/scss/_fonts.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/secluded/assets/scss/_fonts.scss b/themes/secluded/assets/scss/_fonts.scss index 318cceb..49c0704 100644 --- a/themes/secluded/assets/scss/_fonts.scss +++ b/themes/secluded/assets/scss/_fonts.scss @@ -26,7 +26,7 @@ font-style: normal; font-weight: bold; font-stretch: normal; - font-display: auto; + font-display: swap; src: url('/assets/fonts/heliotrope/heliotrope_4_bold.woff2') format('woff2'); } @@ -35,7 +35,7 @@ font-style: italic; font-weight: bold; font-stretch: normal; - font-display: auto; + font-display: swap; src: url('/assets/fonts/heliotrope/heliotrope_4_bold_italic.woff2') format('woff2'); } @@ -67,7 +67,7 @@ font-style: normal; font-weight: bold; font-stretch: normal; - font-display: auto; + font-display: swap; src: url('/assets/fonts/berkeley/berkeley_mono-bold.woff2') format('woff2'); } @@ -76,6 +76,6 @@ font-style: italic; font-weight: bold; font-stretch: normal; - font-display: auto; + font-display: swap; src: url('/assets/fonts/berkeley/berkeley_mono-bold_italic.woff2') format('woff2'); }