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.
This commit is contained in:
parent
0332206244
commit
632b712ee7
|
@ -2,7 +2,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none;
|
border: none;
|
||||||
font-family: "monospace";
|
font-family: "monospace";
|
||||||
font-size: 12px;
|
font-size: 12.5px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
transition-property: none;
|
transition-property: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue