correct font preload
This commit is contained in:
parent
29dbb959fb
commit
dc65bd4b63
1 changed files with 10 additions and 1 deletions
|
|
@ -9,9 +9,18 @@
|
||||||
{% include "partials/meta-info.njk" %}
|
{% include "partials/meta-info.njk" %}
|
||||||
|
|
||||||
<!-- fonts preload -->
|
<!-- fonts preload -->
|
||||||
|
|
||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
href="/assets/fonts/outfit/outfit-v5-latin-regular.woff2"
|
href="/assets/fonts/inter/inter-v7-latin-500.woff2"
|
||||||
|
as="font"
|
||||||
|
type="font/woff2"
|
||||||
|
crossorigin
|
||||||
|
/>
|
||||||
|
|
||||||
|
<link
|
||||||
|
rel="preload"
|
||||||
|
href="/assets/fonts/redhat/red-hat-display-v7-latin-900.woff2"
|
||||||
as="font"
|
as="font"
|
||||||
type="font/woff2"
|
type="font/woff2"
|
||||||
crossorigin
|
crossorigin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue