summarylogtreecommitdiffstats
path: root/90-tt-sorts-mill-goudy.conf
diff options
context:
space:
mode:
Diffstat (limited to '90-tt-sorts-mill-goudy.conf')
-rw-r--r--90-tt-sorts-mill-goudy.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/90-tt-sorts-mill-goudy.conf b/90-tt-sorts-mill-goudy.conf
new file mode 100644
index 000000000000..d4de3b79cd9a
--- /dev/null
+++ b/90-tt-sorts-mill-goudy.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>Sorts Mill Goudy TT</string>
+ </test>
+ <edit name="antialias" mode="assign">
+ <bool>true</bool>
+ </edit>
+ <edit name="hinting" mode="assign">
+ <bool>true</bool>
+ </edit>
+ <edit name="hintstyle" mode="assign">
+ <const>hintslight</const>
+ </edit>
+ <edit name="autohint" mode="assign">
+ <bool>false</bool>
+ </edit>
+ </match>
+
+</fontconfig>