From ca9e96adeace231603d3ab2df792e3b2c2e30b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 3 May 2021 08:54:07 +0100 Subject: [PATCH] chore(ui): use normal font for badges --- CHANGELOG.md | 1 + ui/src/Styles/Fonts.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e06d9b9..699847de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - karma will no longer fail to start if config file contains multiple alertmanager instances with different name but identical URI #3024. +- Minor UI tweaks. ## v0.83 diff --git a/ui/src/Styles/Fonts.scss b/ui/src/Styles/Fonts.scss index 1c9a5539d..be4e222d0 100644 --- a/ui/src/Styles/Fonts.scss +++ b/ui/src/Styles/Fonts.scss @@ -5,6 +5,8 @@ $web-font-path: "data:text/css;base64,"; // Default for Bootstrap is 700 and it's a bit too thick for Open Sans $font-weight-bold: 600; +// Use normal font weight for badges +$badge-font-weight: 400; // this is vaniall flatly but Lato was replaced by Open Sans // the rest was kept for fallback used by "font-display: swap;"