From 7971ecdd7c1adb4cde4aad9c4910c95020759180 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Tue, 25 May 2021 14:14:12 +0200 Subject: [PATCH] waybar: fix fonts, use material, remove awesome --- waybar.d/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar.d/style.css b/waybar.d/style.css index a650220..73660ee 100644 --- a/waybar.d/style.css +++ b/waybar.d/style.css @@ -9,7 +9,7 @@ * { border: none; border-radius: 0; - font-family: "Cascadia Code PL", "Font Awesome 5 Free"; + font-family: "Cascadia Code PL", "Material Icons"; font-size: 13px; min-height: 0; }