From 286284300adef9ffc43074a6aa6e9c2963d5ad17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemens=20Sch=C3=B6lhorn?= Date: Fri, 13 Jun 2025 16:27:11 +0200 Subject: [PATCH] Use sans-serif font for header message --- templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/index.html b/templates/index.html index 705dc6a..b9a0696 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,6 +8,7 @@ margin: 0; } header { + font-family: sans-serif; font-size: 1.3rem; padding: 1rem; margin-bottom: 1rem;