font-display: swap
This commit is contained in:
parent
a009dd8800
commit
2b64b3bb38
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue