From 7183850f91eea8ac888f30016f042a6c8ed423f8 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Thu, 24 Apr 2025 19:41:04 -0500 Subject: Update font --- layouts/partials/head.html | 4 ++++ static/css/common.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" . }} + + + + {{ block "head" . }}{{ end }} diff --git a/static/css/common.css b/static/css/common.css index c2b28e7..7f76b72 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -59,7 +59,7 @@ body { display: flex; flex-direction: column; /* font-family: 'Latin Modern Roman', 'Times New Roman', serif; */ - font-family: sans-serif; + font-family: "IM Fell English", serif; min-height: 100vh; overflow-wrap: break-word; padding-top: 1rem; -- cgit v1.2.3