diff options
Diffstat (limited to 'testing/ttf-heuristica/90-tt-heuristica.conf')
-rw-r--r-- | testing/ttf-heuristica/90-tt-heuristica.conf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/ttf-heuristica/90-tt-heuristica.conf b/testing/ttf-heuristica/90-tt-heuristica.conf deleted file mode 100644 index a86df21a3b..0000000000 --- a/testing/ttf-heuristica/90-tt-heuristica.conf +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version='1.0'?> -<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> -<fontconfig> - - <match target="font"> - <test name="force_autohint"> - <bool>false</bool> - </test> - <test name="family"> - <string>Heuristica</string> - </test> - <edit name="antialias" mode="assign"> - <bool>true</bool> - </edit> - <edit name="hinting" mode="assign"> - <bool>true</bool> - </edit> - <edit name="hintstyle" mode="assign"> - <const>hintslight</const> - </edit> - <edit name="autohint" mode="assign"> - <bool>false</bool> - </edit> - </match> - -</fontconfig> |