From 5d206b564bb40710ecf3f34eb6a6fce27a465042 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Tue, 12 Aug 2025 16:26:03 +0100 Subject: [PATCH] style: Set button font to Arial Co-authored-by: aider (gemini/gemini-2.5-pro) --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 6c4c6d3..bc53cce 100644 --- a/static/style.css +++ b/static/style.css @@ -123,7 +123,7 @@ button { color: white; cursor: pointer; font-size: 14px; - font-family: inherit; + font-family: Arial, sans-serif; font-weight: bold; transition: background-color 0.2s; }