1
1
mirror of https://github.com/rsms/inter.git synced 2024-09-19 06:40:16 +03:00

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 %}{%
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-italic.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="anonymous">