From 92a8e99cd5de2e15d9d5ea3826f97712c535438d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 30 May 2024 21:15:37 +0300 Subject: [PATCH] waybar: this is css, so system-ui seems to work here --- conf/waybar/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/waybar/style.css b/conf/waybar/style.css index 8f291c2c..bfae718f 100644 --- a/conf/waybar/style.css +++ b/conf/waybar/style.css @@ -4,6 +4,8 @@ border: none; border-radius: 0; font-family: + system-ui, + ui-monospace, Liberation Mono, Noto Sans Mono monospace; font-size: 10px;