waybar: subir font-weight

This commit is contained in:
Cat /dev/Nulo 2023-02-16 16:56:23 -03:00
parent 5f33a5ef5f
commit 349e6db176

View file

@ -1,6 +1,7 @@
* { * {
/* `otf-font-awesome` is required to be installed for icons */ /* `otf-font-awesome` is required to be installed for icons */
font-family: Inter, FontAwesome; font-family: Inter, FontAwesome;
font-weight: 500;
font-size: 16px; font-size: 16px;
} }