wires

summary refs log tree commit diff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-04-01 19:54:42 -0400
committerwires <wires@noreply.wires.systems>2025-04-01 19:54:42 -0400
commitbb9436fee3dc00ac845bd9a54cd4ffd55c90adf3 (patch)
tree86e3ffac521a6325e78d38fc22d69e8412dd2245 /layouts/partials/head.html
parentfix headache with main page and mobile (diff)
downloadblog-bb9436fee3dc00ac845bd9a54cd4ffd55c90adf3.tar.gz
lots more little typography tweaks
Diffstat (limited to '')
-rw-r--r--layouts/partials/head.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2fe366d..fe097e4 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,6 +6,8 @@
 {{ with .Keywords }}<meta name="keywords" content="{{ delimit . ", " }}"/>{{ end }}
 <link rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"/>
 <link rel="canonical" href="{{ .Permalink }}"/>
+<link rel="preconnect" href="https://rsms.me/">
+<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
 {{ range slice "style.css" "syntax.css"}}
 {{- with resources.Get . }}
   {{- if eq hugo.Environment "development" }}