diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 23:24:23 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 23:24:23 +0100 |
commit | 784ec7539d0d74df680f4bf8ab57558441796da3 (patch) | |
tree | bfbcf9344fcf71847cbd3714e89010e900a521b7 /.config/wofi | |
parent | 70194f7b0ac3303927b9258e18f808f5ab5d1416 (diff) |
wofi: Use SF Pro as the font
Diffstat (limited to '.config/wofi')
-rw-r--r-- | .config/wofi/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |