chore(ui): use normal font for badges

This commit is contained in:
Łukasz Mierzwa
2021-05-03 08:54:07 +01:00
committed by Łukasz Mierzwa
parent 5c508e3a10
commit ca9e96adea
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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;"