mirror of
https://github.com/rsms/inter.git
synced 2024-11-30 01:15:54 +03:00
9 lines
429 B
HTML
9 lines
429 B
HTML
{%
|
|
|
|
if site.safe == false %}{%
|
|
assign url_root = "/" %}{% else %}{%
|
|
assign url_root = "/inter/" %}{% endif %}{%
|
|
assign font_v = site.data.fontinfo[0].version
|
|
|
|
%}<link rel="preload" href="{{url_root}}font-files/Inter-upright.var.woff2?v=3.7" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<link rel="preload" href="{{url_root}}font-files/Inter-italic.var.woff2?v=3.7" as="font" type="font/woff2" crossorigin="anonymous"> |