diff options
author | awy <awy@awy.one> | 2024-10-30 00:09:51 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-30 00:09:51 +0300 |
commit | fabac33d0879125740abe3427f3e2bea7f1e0fe0 (patch) | |
tree | 66d11c70ab69bc72f77515f5bd4cd8863e8ab7d8 /.config/waybar/style.css | |
parent | 45fad9f1b0663fb542421cfcce39dcfcf74a2d0a (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 66afdb7..5c202a5 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: DejaVuSansM Nerd Font Propo; + font-family: FiraSans; font-weight: normal; font-size: 14px; min-height: 0; |