From a96e12a189205021b59fca38c2d5a86121310a9d Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 26 Nov 2023 16:25:06 +0300 Subject: [PATCH] waybar: fix font --- config/.config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.config/waybar/style.css b/config/.config/waybar/style.css index a117467..eea4ea4 100644 --- a/config/.config/waybar/style.css +++ b/config/.config/waybar/style.css @@ -7,7 +7,7 @@ window#waybar { background: @background; color: @foreground; - font-family: "Iosevka Nerd Font", "Fira Code Nerd Font"; + font-family: "Iosevka NF", "Fira Code Nerd Font"; font-size: 14px; }