We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557aad5 commit 8ea353aCopy full SHA for 8ea353a
layouts/partials/head.html
@@ -127,7 +127,8 @@
127
{{ $url := printf "%s" "&display=swap" | printf "%s%s" $fontParam | printf "%s%s" $baseUrl | printf "%s" }}
128
<link rel="preconnect" href="https://fonts.googleapis.com" />
129
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
130
- <link href="{{ $url }}" rel="stylesheet" />
+ <link rel="preload" as="style" href="{{ $url }}" />
131
+ <link href="{{ $url }}" rel="stylesheet" media="print" onload="this.media='all'" />
132
{{- end -}}
133
134
<!-- Favicons -->
0 commit comments