From dda5c9ff5c8122886aafce24d66101c6568eca47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Lebrun?= Date: Wed, 6 May 2026 11:16:46 +0200 Subject: [PATCH] static: style: drop arial font for the banner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reason the banner had hardcoded Arial font. Drop so that we inherit our global Ubuntu font set on the . Signed-off-by: Théo Lebrun --- static/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/style.css b/static/style.css index 4b4f02c..7a25d32 100644 --- a/static/style.css +++ b/static/style.css @@ -1278,7 +1278,6 @@ main { -moz-box-shadow: -2px 0px 15px 1px rgba(0,0,0,0.69); box-shadow: -2px 0px 15px 1px rgba(0,0,0,0.69); font-size: 14; - font-family: Arial; font-weight: bold; width: 215px; height: 120px; @@ -1340,7 +1339,6 @@ main { text-align: center; background: #757575; color: #fff; - font-family: Arial; } .message-banner .title { margin: 0;