swap fonts instead of auto

This commit is contained in:
Amolith 2021-11-10 03:14:25 -05:00
parent 66760393ef
commit ccca826e86
Signed by: Amolith
GPG Key ID: 5548AD9930655715
1 changed files with 2 additions and 2 deletions

View File

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