From 17e5212f76629bbf5552d8eaaccebba72531e00c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 6 May 2024 17:06:36 +0300 Subject: [PATCH] dotfiles/config/waybar: hardcode Font Awesome --- dotfiles/config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/waybar/style.css b/dotfiles/config/waybar/style.css index 365aae2..47d6dda 100644 --- a/dotfiles/config/waybar/style.css +++ b/dotfiles/config/waybar/style.css @@ -22,7 +22,7 @@ * { border: none; border-radius: 0; - font-family: Source Sans Pro Semibold, sans-serif; + font-family: Source Sans Pro Semibold, "Font Awesome 6 Free", sans-serif; font-size: 13px; min-height: 0; }