From 4eca3ce829f4fea29f9b4bd4c766dca4584a2e6d Mon Sep 17 00:00:00 2001 From: Olaf Alexander Date: Thu, 31 Oct 2024 08:08:59 -0500 Subject: [PATCH] fix(waybay): Use correct font in style --- dot-config/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot-config/waybar/style.css b/dot-config/waybar/style.css index 786f8a8..7831e77 100644 --- a/dot-config/waybar/style.css +++ b/dot-config/waybar/style.css @@ -1,8 +1,8 @@ @import "mocha.css"; * { - font-family: "Monofur Nerd Font Bold"; - font-size: 16px; + font-family: "Monofur Nerd Font"; + font-size: 18px; min-height: 0; font-weight: bold; }