From 4029b94ff2a80c980de50ecacd9d835108fcb346 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 10 Jul 2025 15:04:21 +0200 Subject: [PATCH] Set exactly the same font styles as the old dashboard had --- dashboard/src/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 9f0b5fd1f..a6ebfa351 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -17,9 +17,10 @@ } html, body { - font-size: 15px; /* this also defines the overall widget size as all sizes are in rem */ + font-size: 14px; /* this also defines the overall widget size as all sizes are in rem */ font-family: var(--font-family); - font-weight: 300; + font-weight: 400; + line-height: 20px; height: 100%; width: 100%; padding: 0;