summaryrefslogtreecommitdiff
path: root/fonts.conf
diff options
context:
space:
mode:
Diffstat (limited to 'fonts.conf')
-rw-r--r--fonts.conf52
1 files changed, 52 insertions, 0 deletions
diff --git a/fonts.conf b/fonts.conf
new file mode 100644
index 0000000..4fcbf8e
--- /dev/null
+++ b/fonts.conf
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <match target="font" >
+ <edit mode="assign" name="rgba" >
+ <const>rgb</const>
+ </edit>
+ </match>
+ <match target="font" >
+ <edit mode="assign" name="hinting" >
+ <bool>true</bool>
+ </edit>
+ </match>
+ <match target="font" >
+ <edit mode="assign" name="hintstyle" >
+ <const>hintfull</const>
+ </edit>
+ </match>
+ <match target="font" >
+ <edit mode="assign" name="antialias" >
+ <bool>true</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>ProggyCleanTT</string>
+ </test>
+ <edit name="pixelsize">
+ <double>16</double>
+ </edit>
+ <edit name="antialias">
+ <bool>false</bool>
+ </edit>
+ <edit name="hinting">
+ <bool>false</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>ProggyTinyTT</string>
+ </test>
+ <edit name="pixelsize">
+ <double>16</double>
+ </edit>
+ <edit name="antialias">
+ <bool>false</bool>
+ </edit>
+ <edit name="hinting">
+ <bool>false</bool>
+ </edit>
+ </match>
+</fontconfig>