From e33182865794c5ca7d0da39a761a5bce1527363e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 25 Jun 2024 09:18:38 +0300 Subject: [PATCH] waybar/style.css: fix font-family specification --- conf/waybar/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/waybar/style.css b/conf/waybar/style.css index 28b30ae3..76077b5b 100644 --- a/conf/waybar/style.css +++ b/conf/waybar/style.css @@ -7,9 +7,7 @@ * { border: none; border-radius: 0; - font-family: - Liberation Mono, - Noto Sans Mono monospace; + font-family: "Liberation Mono", "Noto Sans Mono", monospace; font-size: 10px; min-height: 0; }