From 8e3d083545dc1eaed955ad70173aeae0649eee06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Wed, 24 Jan 2024 21:43:19 +0100 Subject: [PATCH] Fix sound fonts --- waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/style.css b/waybar/style.css index bfe6bf0..b2106eb 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,8 +1,8 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: "Roboto Sans"; font-size: 18px; font-weight:400; + font-family: "Roboto Sans", "FontAwesome"; } window#waybar {