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 | |
| parent | 0b146ced1e56a0d1d5092448f57dc0e19bddb5cb (diff) | |
Replace iosevka ss08 with ss05
Diffstat (limited to '')
| -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; } |