swap fonts instead of auto

Amolith created

Change summary

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

Detailed changes

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