diff options
| author | Robert Günzler <r@gnzler.io> | 2020-02-21 01:19:03 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-02-21 01:19:03 +0100 |
| commit | fbf8ce9d7f2955aefd0c15f3080c95ffbd82492e (patch) | |
| tree | 7f34f8fda6b50bb5d44d5212e18f2d9416f28594 /.config/waybar/style.css | |
| parent | f547d8632f5aa215f6a6ef5f16f32ba73c2734e1 (diff) | |
Switch from Iosevka default to ss05
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index cc85e29..64288cd 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -9,7 +9,7 @@ * { border: none; border-radius: 0; - font-family: Iosevka Medium, Noto Sans, Font Awesome, monospace; + font-family: Iosevka SS08, Noto Sans, Font Awesome, monospace; font-size: 12pt; min-height: 0; } |