From a7f671342539b0e724e4108ba6aabfdf69d55c3a Mon Sep 17 00:00:00 2001 From: the_4n0nym0u53 Date: Wed, 9 Feb 2022 16:35:04 +0100 Subject: [PATCH] Waybar: Font Awesome 5 -> Font Awesome 6 --- waybar/.config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 2362fa0..f6c2044 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -32,7 +32,7 @@ border-radius: 0; /* `otf-font-awesome` is required to be installed for icons */ /* Find Ubuntu Condensed font somewhere and install it in your system, it is NOT installed by default */ - font-family: "Fira Sans Condensed SemiBold", "Font Awesome 5 Free Solid", "Font Awesome 5 Free Regular", "Font Awesome 5 Brands Regular", sans-serif; + font-family: "Fira Sans Condensed SemiBold", "Font Awesome 6 Free Solid", "Font Awesome 6 Free Regular", "Font Awesome 6 Brands Regular", sans-serif; font-size: 16px; min-height: 0; }