aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-06-08 17:03:02 +0100
committerYann Herklotz <git@yannherklotz.com>2022-06-08 17:03:02 +0100
commit1577ea225031046d800b5936232181807428629e (patch)
tree423f40bbd09375f87456556e7598c2d0a02020a4 /themes
parentfb5be76554e3b39451b79c1b5711c644c08c4c4e (diff)
downloadyannherklotz.com-1577ea225031046d800b5936232181807428629e.tar.gz
yannherklotz.com-1577ea225031046d800b5936232181807428629e.zip
Remove preload of fonts
Diffstat (limited to 'themes')
-rw-r--r--themes/ymherklotz/layouts/partials/head.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/ymherklotz/layouts/partials/head.html b/themes/ymherklotz/layouts/partials/head.html
index a3ace2b..39a4de9 100644
--- a/themes/ymherklotz/layouts/partials/head.html
+++ b/themes/ymherklotz/layouts/partials/head.html
@@ -27,7 +27,4 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/colours.css" />
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/default.css" />
{{ if .IsPage }}<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/blog.css" />{{ end }}
-
- <link rel="preload" href="{{ .Site.BaseURL }}/fonts/woff2/iosevka-bold.woff2">
- <link rel="preload" href="{{ .Site.BaseURL }}/fonts/woff/EBGaramond12-Regular.woff">
</head>