font-display: swap
This commit is contained in:
parent
a009dd8800
commit
2b64b3bb38
|
@ -34,10 +34,12 @@
|
|||
<style>
|
||||
@font-face {
|
||||
font-family: 'Barlow';
|
||||
font-display: swap;
|
||||
src: url('/static/fonts/Barlow-Regular.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'BarlowMedium';
|
||||
font-display: swap;
|
||||
src: url('/static/fonts/Barlow-Medium.ttf');
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue