summaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2025-04-24 19:41:04 -0500
committerMark Powers <mark@marks.kitchen>2025-04-24 19:41:04 -0500
commit7183850f91eea8ac888f30016f042a6c8ed423f8 (patch)
tree62db6fe1124c827032f8e2f67de20e0d8d6eb8be /layouts/partials/head.html
parent2d560aaf2af0d1c2046c75adb80173d538995dcd (diff)
Update fontHEADmaster
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2762e62..515b996 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -43,5 +43,9 @@
{{ template "_internal/opengraph.html" . }}
+ <link rel="preconnect" href="https://fonts.googleapis.com">
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+ <link href="https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=IM+Fell+English:ital@0;1&family=Niconne&display=swap" rel="stylesheet">
+
{{ block "head" . }}{{ end }}
</head>