From ce1b008307c0750639d788b6da94a2447c57d5ba Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Oct 2023 21:56:53 +0200 Subject: eww: Use the ‘SF Pro’ font MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/eww/eww.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/eww/eww.scss') diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 0fc9f02..2b7dcfc 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -1,7 +1,8 @@ * { all: unset; - font-family: 'Iosevka Smooth'; + font-family: 'SF Pro'; font-size: 18px; + font-feature-settings: 'tnum'; color: #FFF; } -- cgit v1.2.3