summaryrefslogtreecommitdiff
path: root/base/fonts.config
diff options
context:
space:
mode:
Diffstat (limited to 'base/fonts.config')
-rw-r--r--base/fonts.config34
1 files changed, 34 insertions, 0 deletions
diff --git a/base/fonts.config b/base/fonts.config
new file mode 100644
index 0000000..3e39a3a
--- /dev/null
+++ b/base/fonts.config
@@ -0,0 +1,34 @@
+<?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="autohint" >
+ <bool>true</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <edit mode="assign" name="hintstyle" >
+ <const>hintslight</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>
+ <match target="font">
+ <edit mode="assign" name="lcdfilter">
+ <const>lcddefault</const>
+ </edit>
+ </match>
+</fontconfig>