From ed2a839d67aed0859079ef87a2121dd58d92c1da Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Fri, 12 May 2023 22:13:12 -0500 Subject: [PATCH] Apply system font to wofi --- templates/.config/wofi/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/.config/wofi/style.css b/templates/.config/wofi/style.css index ca59894..a8527ec 100644 --- a/templates/.config/wofi/style.css +++ b/templates/.config/wofi/style.css @@ -1,7 +1,7 @@ window { background-color: --wofi-color1; color: --wofi-color5; - font-family: 'Fira Mono'; + font-family: '${host['system-mono-font']}'; } #input {