waybar: Make font display consistent

After the update to the new Iosevka version, the font was smaller
horizontally on non-HiDPI screens. Increasing the font size by .5px
ensures a display that reproduces the behaviour of the old Iosevka
version on all screens I tested.
nazuna
Simon Bruder 2022-12-21 14:18:40 +01:00
parent 0332206244
commit 632b712ee7
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
border-radius: 0;
border: none;
font-family: "monospace";
font-size: 12px;
font-size: 12.5px;
min-height: 0;
transition-property: none;
}