Skip to content

Commit

Permalink
chore(ui): use normal font for badges
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed May 3, 2021
1 parent 5c508e3 commit ca9e96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions ui/src/Styles/Fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
Expand Down

0 comments on commit ca9e96a

Please sign in to comment.