waybar: fix fallback font

This commit is contained in:
2023-05-03 23:45:54 +03:00
parent 37c75103a0
commit df9bb03ce3

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"; font-family: "Iosevka Nerd Font", "Fira Code Nerd Font";
font-size: 14px; font-size: 14px;
} }