From 1cf948f1a9b7c4614e7084defaad152751b5ba5e 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 062c329..7740ed8 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,6 +1,6 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: "Roboto Sans"; + font-family: "Roboto Sans", "FontAwesome"; font-size: 14px; font-weight:500; }