waybar: Switch waybar to SourceCodePro font
We do this as it seems restricting the font to monospace in fontconfig
for JetBrains Mono as done in commit f2b2bed3
affects the spacing and
rendering of unicode icons used in waybar.
This commit is contained in:
parent
6907fff2e2
commit
603aa8bc56
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 0 0;
|
padding: 0 0;
|
||||||
font-family: JetBrains Mono;
|
font-family: SourceCodePro;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
|
|
Loading…
Reference in a new issue