font-display: swap

This commit is contained in:
Sage Vaillancourt 2022-10-02 11:28:02 -04:00
parent a009dd8800
commit 2b64b3bb38
1 changed files with 2 additions and 0 deletions

View File

@ -34,10 +34,12 @@
<style> <style>
@font-face { @font-face {
font-family: 'Barlow'; font-family: 'Barlow';
font-display: swap;
src: url('/static/fonts/Barlow-Regular.ttf'); src: url('/static/fonts/Barlow-Regular.ttf');
} }
@font-face { @font-face {
font-family: 'BarlowMedium'; font-family: 'BarlowMedium';
font-display: swap;
src: url('/static/fonts/Barlow-Medium.ttf'); src: url('/static/fonts/Barlow-Medium.ttf');
} }
</style> </style>