diff options
Diffstat (limited to '.config/fontconfig')
-rw-r--r-- | .config/fontconfig/fonts.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 8a0386d..3c11d8e 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -19,12 +19,4 @@ <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> |