diff options
author | awy <awy@awy.one> | 2024-11-04 16:15:47 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-04 16:15:47 +0300 |
commit | 942b35c3461110397f788451051d26139b84fab7 (patch) | |
tree | fe7549f84a0fc3aa65c783f094802a78f56878f8 /.config/waybar/style.css | |
parent | d913e017bd2b411dcc23dd8e9082712537f8c88b (diff) |
font
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 5c202a5..d424a18 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: FiraSans; + font-family: monospace; font-weight: normal; font-size: 14px; min-height: 0; |