From 603aa8bc563c96e6773f184c7b2146fd9feee8f1 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 17 Nov 2020 15:05:39 +0530 Subject: [PATCH] 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. --- waybar/.config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 472ff90..657072b 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -37,7 +37,7 @@ border: 0; border-radius: 0; padding: 0 0; - font-family: JetBrains Mono; + font-family: SourceCodePro; font-size: 20px; font-weight: bold; margin-right: 2px;