diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-14 13:19:42 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-14 13:19:42 +0200 |
commit | e63b0b53e0b14ee52367241e1f544690f27cd35a (patch) | |
tree | 33d33aa101d5e45ed393c7a72a0605ce87c0d8f5 /testing/otf-oswald/90-non-tt-oswald.conf | |
parent | 7ed8dae30291a91be1f65e3171c54439085bb41f (diff) | |
download | aports-e63b0b53e0b14ee52367241e1f544690f27cd35a.tar.bz2 aports-e63b0b53e0b14ee52367241e1f544690f27cd35a.tar.xz |
testing/otf-oswald: new aport
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> |