From 57d33860d2b35519ef612573ccd58e2767044651 Mon Sep 17 00:00:00 2001 From: Yannick7777 <87943421+Yannick7777@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:38:38 +0100 Subject: [PATCH] fix weird waybar icons --- .config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index aa0c4ad..4ef3128 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,6 +1,6 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: "0xProto Nerd Font"; /*FontAwesome, Roboto, Helvetica, Arial, sans-serif;*/ + font-family: "FontAwesome"; /* , Roboto, Helvetica, Arial, sans-serif;*/ font-size: 13px; }