diff options
| -rw-r--r-- | .config/mako/config | 2 | ||||
| -rw-r--r-- | .config/waybar/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/mako/config b/.config/mako/config index a9a17d2..75d1c22 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -4,7 +4,7 @@ layer=top anchor=top-right # font=Fira Sans -font=Iosevka SS08 +font=Iosevka SS05 # font=Cozette Vector padding=10 width=500 diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 64288cd..95d2f41 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -9,7 +9,7 @@ * { border: none; border-radius: 0; - font-family: Iosevka SS08, Noto Sans, Font Awesome, monospace; + font-family: Iosevka SS05, Liberation Mono, Noto Sans, Font Awesome; font-size: 12pt; min-height: 0; } |