aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/ttf-caladea/90-tt-caladea.conf
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/ttf-caladea/90-tt-caladea.conf')
-rw-r--r--unmaintained/ttf-caladea/90-tt-caladea.conf54
1 files changed, 54 insertions, 0 deletions
diff --git a/unmaintained/ttf-caladea/90-tt-caladea.conf b/unmaintained/ttf-caladea/90-tt-caladea.conf
new file mode 100644
index 0000000000..5cd4435058
--- /dev/null
+++ b/unmaintained/ttf-caladea/90-tt-caladea.conf
@@ -0,0 +1,54 @@
+<?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>Caladea</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>
+
+ <match target="font">
+ <test name="force_autohint">
+ <bool>false</bool>
+ </test>
+ <test name="family">
+ <string>Caladea</string>
+ </test>
+ <test name="weight" compare="less">
+ <const>medium</const>
+ </test>
+ <test name="pixelsize" compare="less">
+ <double>13.5</double>
+ </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>hintfull</const>
+ </edit>
+ <edit name="autohint" mode="assign">
+ <bool>false</bool>
+ </edit>
+ </match>
+
+</fontconfig>
+