]> git.sev.monster Git - dotfiles.git/blobdiff - etc/fontconfig/fonts.conf
major rework
[dotfiles.git] / etc / fontconfig / fonts.conf
index bf1ab78065a7e753974a2d379cb889424977eedc..972f7e46e08db01ed1d8c7a29fd07c996a3fd003 100644 (file)
@@ -1,38 +1,7 @@
 <?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>
This page took 0.032501 seconds and 4 git commands to generate.