diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-04 21:56:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-04 21:56:53 +0200 |
commit | ce1b008307c0750639d788b6da94a2447c57d5ba (patch) | |
tree | 24aa60be2724bd68439a4b03555e31a44d5b4672 /.config/eww | |
parent | 54e715c21474e2a2018c65d445e10d96f42cd7f8 (diff) |
eww: Use the ‘SF Pro’ font
Diffstat (limited to '.config/eww')
-rw-r--r-- | .config/eww/eww.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |