From bbee7a719bcab5d0625c77f537eb82f01df7e293 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Sun, 13 Sep 2026 10:59:53 -0700 Subject: [PATCH] font fallbacks need those --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 700abbe..3ffff1e 100644 --- a/css/main.css +++ b/css/main.css @@ -217,7 +217,7 @@ footer p { } .bloktype { - font-family: "Bloktype"; + font-family: "Bloktype", "Atkinson Hyperlegible Next", sans-serif; font-size: 1.35em; /* because of the blocks the letters are rather small */ color: var(--color-text); }