mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(ui): use normal font for badges
This commit is contained in:
committed by
Łukasz Mierzwa
parent
5c508e3a10
commit
ca9e96adea
@@ -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
|
||||
|
||||
|
||||
@@ -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;"
|
||||
|
||||
Reference in New Issue
Block a user