From c07e2c66e9b47fb2aabbadfcdb8eb68297c2766d Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 09:38:16 +0100 Subject: [PATCH] Fixed waybar font --- dot_config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index 2f7f2d6..ee2d951 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -33,7 +33,7 @@ /* Base style */ * { - font-family: "MonaspiceArNerdFontMono-Bold", Cantarell, Noto Sans, sans-serif; + font-family: MonaspiceAr Nerd Font Mono, Cantarell, Noto Sans, sans-serif; font-size: 16px; border: none; border-radius: 0;