Attempt to fix font preload link

This commit is contained in:
Magnus Hoff 2018-01-21 11:58:04 +01:00
parent c52ac1c2f1
commit b1b1a91db1

View file

@ -4,7 +4,7 @@
<title>{{title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
{{#base}}<base href="{{.}}">{{/base}}
<link rel=preload href="_assets/amatic-sc-v9-latin-regular.woff" as=font crossorigin>
<link rel=preload href="_assets/amatic-sc-v9-latin-regular.woff" as=font type="font/woff" crossorigin=anonymous>
<link href="_assets/style-{{style_css_checksum()}}.css" rel="stylesheet">
<meta name="generator" content="{{project_name()}} {{version()}}" />
</head>