diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-04 22:29:55 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-04 22:29:55 +0100 |
commit | 54a957bf5b27d0d8bc73365b5f3509bff9963bda (patch) | |
tree | 0298bc0cf03a89d0e4211f8f2394a523dcbb26b1 /.config/wofi | |
parent | 8a8fd8438f39b346aecf287346a4d0d59ed7fb86 (diff) |
mako: Change 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 bb68cda..58c0c04 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -3,7 +3,7 @@ border-radius: 8px; color: #C5C8C6; font-size: 22px; - font-family: 'SF Pro' + font-family: 'SF Compact Text' } #outer-box { |