aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ttf-merriweather/90-tt-merriweather.conf
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-06-14 13:41:55 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-06-14 13:41:55 +0200
commit8d3ed34a9bb7b00471af7a1a3cde89cdb8b05a90 (patch)
treeaf488a2cfc1a7addfe613d0be8009ef84d898504 /testing/ttf-merriweather/90-tt-merriweather.conf
parent6a174e0dab2dae50b266f1fea69a066286c0ccaa (diff)
downloadaports-8d3ed34a9bb7b00471af7a1a3cde89cdb8b05a90.tar.bz2
aports-8d3ed34a9bb7b00471af7a1a3cde89cdb8b05a90.tar.xz
testing/ttf-merriweather: new aport
Diffstat (limited to 'testing/ttf-merriweather/90-tt-merriweather.conf')
-rw-r--r--testing/ttf-merriweather/90-tt-merriweather.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/ttf-merriweather/90-tt-merriweather.conf b/testing/ttf-merriweather/90-tt-merriweather.conf
new file mode 100644
index 0000000000..b715f5261b
--- /dev/null
+++ b/testing/ttf-merriweather/90-tt-merriweather.conf
@@ -0,0 +1,26 @@
+<?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>Merriweather</string>
+ </test>
+ <edit name="antialias" mode="assign">
+ <bool>true</bool>
+ </edit>
+ <edit name="autohint" mode="assign">
+ <bool>false</bool>
+ </edit>
+ <edit name="hinting" mode="assign">
+ <bool>true</bool>
+ </edit>
+ <edit name="hintstyle" mode="assign">
+ <const>hintslight</const>
+ </edit>
+ </match>
+
+</fontconfig>