diff options
| author | Robert Günzler <r@gnzler.io> | 2020-04-10 14:29:48 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-04-10 14:29:48 +0200 |
| commit | 05e13dfcb6f31e75808e35e151773c503c61ba95 (patch) | |
| tree | 290c4cc7f3423ef32f397a56c500105978cdbe1c /.config/waybar/style.css | |
| parent | 0b146ced1e56a0d1d5092448f57dc0e19bddb5cb (diff) | |
Replace iosevka ss08 with ss05
Diffstat (limited to '')
| -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 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; } |