Organize into home and system directories
[khome.git] / home / .fonts.conf
diff --git a/home/.fonts.conf b/home/.fonts.conf
new file mode 100644 (file)
index 0000000..fd2d17a
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version='1.0'?>
+<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
+<fontconfig>
+  <dir>~/.fonts</dir>
+  <match target="pattern">
+    <test name="family">
+      <string>Terminus</string>
+    </test>
+    <edit mode="assign" name="antialias">
+      <bool>false</bool>
+    </edit>
+  </match>
+</fontconfig>
This page took 0.017952 seconds and 4 git commands to generate.