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:
Sanchayan Maity 2020-11-17 15:05:39 +05:30
parent 6907fff2e2
commit 603aa8bc56

View file

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