From 34816de37825563a12ec5c466eef3d8896b72b52 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 4 Jan 2024 19:33:03 +0100 Subject: [PATCH] waybar: add viable fonts to stylesheet --- .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 f6a9e9b..dfc3954 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -12,7 +12,7 @@ #waybar { background: #282a36; color: white; - font-family: FiraCode Retina, Noto Sans, sans-serif; + font-family: FiraCode Retina, FiraCode Nerd Font Mono, Noto Sans, sans-serif; font-weight: 600; font-size: 12px; }