about summary refs log tree commit diff stats
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorAlan Pearce2020-01-06 19:08:42 +0100
committerAlan Pearce2020-01-06 19:08:42 +0100
commit6d061434a07767cd18afec928a65a69bced9391b (patch)
tree63b3e1ccc8f9271080ddf8e15cee704f1c601367 /layouts/partials/header.html
parent982dfb320e8ac58a78203be76c5b06beae25d4f9 (diff)
downloadhugo-xmin-6d061434a07767cd18afec928a65a69bced9391b.tar.lz
hugo-xmin-6d061434a07767cd18afec928a65a69bced9391b.tar.zst
hugo-xmin-6d061434a07767cd18afec928a65a69bced9391b.zip
Remove custom fonts
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4f431eb..b3dbf64 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -5,7 +5,6 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>{{ .Title }} | {{ .Site.Title }}</title>
     <link rel="stylesheet" href="{{ "/css/style.css" | relURL }}" />
-    <link rel="stylesheet" href="{{ "/css/fonts.css" | relURL }}" />
     {{ partial "head_custom.html" . }}
   </head>