]> git.wh0rd.org - home.git/blobdiff - .fonts.conf
import vapier-m
[home.git] / .fonts.conf
diff --git a/.fonts.conf b/.fonts.conf
new file mode 100644 (file)
index 0000000..d59a0cd
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <match target="font" >
+  <edit mode="assign" name="rgba" >
+   <const>none</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>hintmedium</const>
+  </edit>
+ </match>
+ <match target="font" >
+  <edit mode="assign" name="antialias" >
+   <bool>true</bool>
+  </edit>
+ </match>
+</fontconfig>