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, 0 insertions, 54 deletions
diff --git a/unmaintained/ttf-caladea/90-tt-caladea.conf b/unmaintained/ttf-caladea/90-tt-caladea.conf
deleted file mode 100644
index 5cd4435058..0000000000
--- a/unmaintained/ttf-caladea/90-tt-caladea.conf
+++ /dev/null
@@ -1,54 +0,0 @@
-<?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>
-