From e729f3b5b50ab876155184f660db2eda359f5bc6 Mon Sep 17 00:00:00 2001 From: Hans Fast Date: Thu, 19 Mar 2026 11:12:41 +0100 Subject: [PATCH] style.css: sans-serif because Jost* looks too playful --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 1ae941a..b16d24f 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,5 @@ body { - font-family: "Jost*"; + font-family: "sans-serif"; margin: 0 auto; max-width: 66ch; }