Add font display swap

pull/3628/head
Chocobozzz 2021-01-19 10:35:16 +01:00
parent 9f39c5466e
commit 2656729e25
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
font-weight: 200 900;
font-style: normal;
font-stretch: normal;
font-display: swap;
src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2');
}
@ -11,5 +12,6 @@
font-weight: 200 900;
font-style: italic;
font-stretch: normal;
font-display: swap;
src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2');
}