summaryrefslogtreecommitdiffstats
path: root/testing/ttf-merriweather-sans/90-tt-merriweather-sans.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ttf-merriweather-sans/90-tt-merriweather-sans.conf')
-rw-r--r--testing/ttf-merriweather-sans/90-tt-merriweather-sans.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/ttf-merriweather-sans/90-tt-merriweather-sans.conf b/testing/ttf-merriweather-sans/90-tt-merriweather-sans.conf
new file mode 100644
index 000000000..6487bffbd
--- /dev/null
+++ b/testing/ttf-merriweather-sans/90-tt-merriweather-sans.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 Sans</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>