commit ae9787c603f23a57b92ccc888925d5093dc3721d parent e6e309e764a0c55819508bdcd1ec0ac7cc45aeee Author: awy <awy@awy.one> Date: Sun, 30 Mar 2025 16:58:01 +0300 fonts Diffstat:
M | .config/fontconfig/fonts.conf | | | 2 | +- |
M | .config/waybar/style.css | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf @@ -31,7 +31,7 @@ <alias> <family>monospace</family> <prefer> - <family>SauceCodePro Nerd Font Mono</family> + <family>SauceCodePro Nerd Font Propo</family> <family>FontAwesome</family> <family>SymbolsNerdFont</family> <family>Apple Color Emoji</family> diff --git a/.config/waybar/style.css b/.config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: SauceCodePro Nerd Font Propo; + font-family: monospace; font-size: 14px; }