From c2f4aaf79feac0c16a9c1cddc5a33a14f391329b Mon Sep 17 00:00:00 2001 From: juan Date: Thu, 18 Aug 2022 13:45:58 +0800 Subject: [PATCH] Add font fallbacks --- .config/waybar/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index ae2b9e6..8a015b4 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -5,6 +5,7 @@ * { border: none; border-radius: 1px; + font-family: 'IBM Plex Sans', sans-serif; font-size: 13px; min-height: 0; }