]> git.sev.monster Git - dotfiles.git/blobdiff - etc/fontconfig/fonts.conf
zsh: fix aliases
[dotfiles.git] / etc / fontconfig / fonts.conf
index bf1ab78065a7e753974a2d379cb889424977eedc..593a6e2fff7a42a0b38a348f8f0e5308000fa988 100644 (file)
@@ -1,38 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
 <?xml version="1.0"?>
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
-  <description>set up render settings; aliases for Source, Dina</description>
-
-  <!-- rgb pixel alignment -->
-  <match target="font">
-    <edit name="rgba" mode="assign">
-      <const>rgb</const>
-    </edit>
-  </match>
-  <!-- duplicate 20-hinting-slight.conf just in case -->
-  <match target="pattern">
-    <edit name="hintstyle" mode="append">
-      <const>hintslight</const>
-    </edit>
-  </match>
-
-  <!-- preface 60-generic.conf and prefer no color.
-       this value is actually not that useful due to implementation detail...
-    -->
-  <match>
-    <test name="lang">
-      <string>und-zsye</string>
-    </test>
-    <test qual="all" name="color" compare="not_eq">
-      <bool>true</bool>
-    </test>
-    <test qual="all" name="color" compare="not_eq">
-      <bool>false</bool>
-    </test>
-    <edit name="color" mode="append">
-      <bool>false</bool>
-    </edit>
-  </match>
+  <description>aliases for Source, Dina</description>
 
   <!-- fuck helvetica -->
   <match>
 
   <!-- fuck helvetica -->
   <match>
@@ -81,6 +50,3 @@
     </prefer>
   </alias>
 </fontconfig>
     </prefer>
   </alias>
 </fontconfig>
-
-<!-- vim: set et ft=xml sts=2 sw=2 ts=8 tw=0 :
--->
This page took 0.03942 seconds and 4 git commands to generate.