Skip to content

Commit 72baee9

Browse files
committed
_includes/head.html: preload OpenSans font to prevent redraws
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 0790040 commit 72baee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/head.html

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
we only preload the "woff2" variants, as older formats (woff, eot) are only used
7575
by older browsers, and we don't optimize for those.
7676
{%- endcomment -%}
77+
<link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2" type="font/woff2" crossorigin="anonymous">
7778
<link rel="preload" as="font" href="/fonts/geomanist/hinted-Geomanist-Book.woff2" type="font/woff2" crossorigin="anonymous">
7879
<link rel="preload" as="font" href="/fonts/geomanist/hinted-Geomanist-Regular.woff2" type="font/woff2" crossorigin="anonymous">
7980
<link rel="preload" as="font" href="/fonts/glyphicons-halflings-regular.woff2" type="font/woff2" crossorigin="anonymous">

0 commit comments

Comments
 (0)