diff options
Diffstat (limited to '.config/fontconfig/fonts.conf')
-rw-r--r-- | .config/fontconfig/fonts.conf | 14 |
1 files 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> |