summarylogtreecommitdiffstats
path: root/90-tt-vollkorn.conf
diff options
context:
space:
mode:
authorErik Dubois2017-05-11 07:14:57 -0400
committerErik Dubois2017-05-11 07:14:57 -0400
commitb205df9c1747da70d12ab601d694754dc4f2717f (patch)
treea7b21813ec20e9f9c5b7c66706a7e43c06c38cf2 /90-tt-vollkorn.conf
downloadaur-b205df9c1747da70d12ab601d694754dc4f2717f.tar.gz
initial commit
Diffstat (limited to '90-tt-vollkorn.conf')
-rw-r--r--90-tt-vollkorn.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/90-tt-vollkorn.conf b/90-tt-vollkorn.conf
new file mode 100644
index 000000000000..003b17c41ec2
--- /dev/null
+++ b/90-tt-vollkorn.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>Vollkorn</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>