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, 23 insertions, 0 deletions
diff --git a/testing/otf-oswald/90-non-tt-oswald.conf b/testing/otf-oswald/90-non-tt-oswald.conf new file mode 100644 index 0000000000..2858a3da3b --- /dev/null +++ b/testing/otf-oswald/90-non-tt-oswald.conf @@ -0,0 +1,23 @@ +<?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> |