Change font to Iosevka

This commit is contained in:
2021-11-04 20:41:26 +03:00
parent c5d812885a
commit 732fd5d2c4

View File

@@ -7,8 +7,8 @@
window#waybar { window#waybar {
background: @background; background: @background;
color: @foreground; color: @foreground;
font-family: "Fira Code", "Font Awesome 5 Free Solid"; font-family: "Font Awesome 5 Free Solid", Iosevka, "Fira Code";
font-size: 13px; font-size: 14px;
} }
#workspaces { #workspaces {
@@ -20,6 +20,7 @@ window#waybar {
#workspaces button { #workspaces button {
background: transparent; background: transparent;
border-radius: 0; border-radius: 0;
font-size: 0.9rem;
} }
#workspaces button.focused { #workspaces button.focused {