swap fonts instead of auto
This commit is contained in:
parent
66760393ef
commit
ccca826e86
|
@ -4,7 +4,7 @@
|
|||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
font-display: swap;
|
||||
src: url('/assets/fonts/heliotrope/heliotrope_4_regular.woff2') format('woff2');
|
||||
}
|
||||
|
||||
|
@ -14,6 +14,6 @@
|
|||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
font-display: swap;
|
||||
src: url('/assets/fonts/heliotrope/heliotrope_4_italic.woff2') format('woff2');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue