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'); }