Accept a name for dl and include starter script file
[khome.git] / home / .fonts.conf
index fd2d17a..227a1e2 100644 (file)
@@ -1,13 +1,21 @@
 <?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>
+    <match target="pattern">
+        <test name="family">
+            <string>Terminus</string>
+        </test>
+        <edit mode="assign" name="antialias">
+            <bool>false</bool>
+        </edit>
+    </match>
+    <selectfont>
+        <acceptfont>
+            <pattern>
+                <patelt name="family">
+                    <string>terminus</string>
+                </patelt>
+            </pattern>
+        </acceptfont>
+    </selectfont>
 </fontconfig>
This page took 0.031661 seconds and 4 git commands to generate.