set all fonts to swap rather than auto

Amolith created

Change summary

themes/secluded/assets/scss/_fonts.scss | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Detailed changes

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