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