From 784ec7539d0d74df680f4bf8ab57558441796da3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 30 Oct 2023 23:24:23 +0100 Subject: wofi: Use SF Pro as the font --- .config/wofi/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/wofi') diff --git a/.config/wofi/style.css b/.config/wofi/style.css index 60d3b2c..fd35cdd 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -3,7 +3,7 @@ border-radius: 3px; color: #C5C8C6; font-size: 22px; - font-family: 'Iosevka Smooth'; + font-family: 'SF Pro' } #outer-box { -- cgit v1.2.3