set all fonts to swap rather than auto

This commit is contained in:
Amolith 2023-08-29 15:46:50 -04:00
parent c0ad2af1bc
commit cc43509daa
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 4 additions and 4 deletions

View File

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