From 1dfa95d457ad6f1ec25e1f0444e76a37645542e3 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 16 Jan 2025 19:21:51 +0100 Subject: [PATCH] Sync up basic font style with bootstrap --- dashboard/src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/src/style.css b/dashboard/src/style.css index e0b3e3541..3577128c1 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -1,7 +1,7 @@ html, body { - font-size: 13px; /* this also defines the overall widget size as all sizes are in rem */ - font-family: Inter; + font-size: 14px; /* this also defines the overall widget size as all sizes are in rem */ + font-family: "Noto Sans"; font-weight: 300; height: 100%; width: 100%;