summaryrefslogtreecommitdiff
path: root/skel/.fonts.conf
diff options
context:
space:
mode:
authorBlackNoxis <stevencristian@hotmail.com>2012-05-26 19:52:44 +0300
committerBlackNoxis <stevencristian@hotmail.com>2012-05-26 19:52:44 +0300
commit169a2c200f3ed5cba92dff2b5b4754135e9700b8 (patch)
tree0786dbd43b170869bc682308b891b208d4046e31 /skel/.fonts.conf
roskell on
Diffstat (limited to 'skel/.fonts.conf')
-rw-r--r--skel/.fonts.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/skel/.fonts.conf b/skel/.fonts.conf
new file mode 100644
index 0000000..06e5305
--- /dev/null
+++ b/skel/.fonts.conf
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <match target="font" >
+ <edit mode="assign" name="hinting" >
+ <bool>true</bool>
+ </edit>
+ </match>
+ <match target="font" >
+ <edit mode="assign" name="hintstyle" >
+ <const>hintmedium</const>
+ </edit>
+ </match>
+ <match target="font" >
+ <edit mode="assign" name="rgba" >
+ <const>rgb</const>
+ </edit>
+ </match>
+ <match target="font" >
+ <edit mode="assign" name="antialias" >
+ <bool>true</bool>
+ </edit>
+ </match>
+</fontconfig>