From c5f9e24a983056e8a47792d5eae58b1ffce595db Mon Sep 17 00:00:00 2001 From: Joe <rbo@gmx.us> Date: Tue, 7 Jan 2025 16:38:04 +0100 Subject: up --- .config/fontconfig/fonts.conf | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index dfe9bea..8a0386d 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -4,19 +4,27 @@ <alias> <family>serif</family> <prefer> - <family>Terminess Nerd Font</family> + <family>DejaVu Serif</family> </prefer> </alias> <alias> <family>sans-serif</family> <prefer> - <family>Terminess Nerd Font</family> + <family>DejaVu Sans</family> </prefer> </alias> <alias> <family>monospace</family> <prefer> - <family>Terminess Nerd Font Mono</family> + <family>Terminess Nerd Font</family> </prefer> </alias> + <match target="pattern"> + <test qual="any" name="family"> + <string>Terminess Nerd Font</string> + </test> + <edit name="antialias" mode="assign"> + <bool>false</bool> + </edit> + </match> </fontconfig> -- cgit v1.2.3