waybar: fix font

This commit is contained in:
2023-11-26 16:25:06 +03:00
parent 3f06d8b4f8
commit a96e12a189

View File

@@ -7,7 +7,7 @@
window#waybar { window#waybar {
background: @background; background: @background;
color: @foreground; color: @foreground;
font-family: "Iosevka Nerd Font", "Fira Code Nerd Font"; font-family: "Iosevka NF", "Fira Code Nerd Font";
font-size: 14px; font-size: 14px;
} }