set all fonts to swap rather than auto
This commit is contained in:
parent
c0ad2af1bc
commit
cc43509daa
|
@ -26,7 +26,7 @@
|
|||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
font-display: swap;
|
||||
src: url('/assets/fonts/heliotrope/heliotrope_4_bold.woff2') format('woff2');
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
|||
font-style: italic;
|
||||
font-weight: bold;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
font-display: swap;
|
||||
src: url('/assets/fonts/heliotrope/heliotrope_4_bold_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
|||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
font-display: swap;
|
||||
src: url('/assets/fonts/berkeley/berkeley_mono-bold.woff2') format('woff2');
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,6 @@
|
|||
font-style: italic;
|
||||
font-weight: bold;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
font-display: swap;
|
||||
src: url('/assets/fonts/berkeley/berkeley_mono-bold_italic.woff2') format('woff2');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue