website: font preload

This commit is contained in:
Rasmus Andersson 2019-02-07 09:06:22 -08:00
parent 65ce56b952
commit 4514cfa3ec

View file

@ -11,5 +11,5 @@ for file in site.static_files %}{%
endif %}{% endif %}{%
endfor endfor
%}<link rel="preload" href="{{url_root}}font-files/Inter-upright.var.woff2?v=3.3" as="font" type="font/woff2" crossorigin> %}<link rel="preload" href="{{url_root}}font-files/Inter-upright.var.woff2?v=3.3" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="{{url_root}}font-files/Inter-italic.var.woff2?v=3.3" as="font" type="font/woff2" crossorigin> <link rel="preload" href="{{url_root}}font-files/Inter-italic.var.woff2?v=3.3" as="font" type="font/woff2" crossorigin="anonymous">