From 349e6db176610c3de31ebea203186690a349e56e Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 16 Feb 2023 16:56:23 -0300 Subject: [PATCH] waybar: subir font-weight --- .config/waybar/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index cb837c5..3edef00 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,6 +1,7 @@ * { /* `otf-font-awesome` is required to be installed for icons */ font-family: Inter, FontAwesome; + font-weight: 500; font-size: 16px; }