summarylogtreecommitdiffstats
path: root/90-tt-alegreya.conf
diff options
context:
space:
mode:
authorErik Dubois2017-05-10 09:38:19 -0400
committerErik Dubois2017-05-10 09:38:19 -0400
commit2c8bfbf222d564bdbee8f995e00c80924df8156c (patch)
treeebf91e72036730317817834376638fe1804070ae /90-tt-alegreya.conf
downloadaur-2c8bfbf222d564bdbee8f995e00c80924df8156c.tar.gz
initial commit
Diffstat (limited to '90-tt-alegreya.conf')
-rw-r--r--90-tt-alegreya.conf49
1 files changed, 49 insertions, 0 deletions
diff --git a/90-tt-alegreya.conf b/90-tt-alegreya.conf
new file mode 100644
index 000000000000..e5e0d4e10a71
--- /dev/null
+++ b/90-tt-alegreya.conf
@@ -0,0 +1,49 @@
+<?xml version='1.0'?>
+<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
+<fontconfig>
+
+ <!-- Alegreya -->
+ <match target="font">
+ <test name="force_autohint">
+ <bool>false</bool>
+ </test>
+ <test name="family">
+ <string>Alegreya</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>
+
+ <!-- Alegreya SC -->
+ <match target="font">
+ <test name="force_autohint">
+ <bool>false</bool>
+ </test>
+ <test name="family">
+ <string>Alegreya SC</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>