]> git.sev.monster Git - dotfiles.git/blobdiff - xdg/fontconfig/fonts.conf
update colors, fonts, and related configs
[dotfiles.git] / xdg / fontconfig / fonts.conf
index 44f52a1e9684e6ff516bbc74832282b159da1c8e..bf1ab78065a7e753974a2d379cb889424977eedc 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
-  <description>prefer Source, Noto, DejaVu, Free; monospace Dina</description>
+  <description>set up render settings; aliases for Source, Dina</description>
 
   <!-- rgb pixel alignment -->
   <match target="font">
@@ -9,8 +9,14 @@
       <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. 
+  <!-- preface 60-generic.conf and prefer no color.
        this value is actually not that useful due to implementation detail...
     -->
   <match>
@@ -68,8 +74,7 @@
   <alias binding="same">
     <family>monospace</family>
     <prefer>
-      <!-- fontconfig 2.10 broke Dina - ->
-      <family>Dina</family> -->
+      <family>Dina</family>
       <family>Noto Sans Mono</family>
       <family>DejaVu Sans Mono</family>
       <family>FreeMono</family>
@@ -77,6 +82,5 @@
   </alias>
 </fontconfig>
 
-
 <!-- vim: set et ft=xml sts=2 sw=2 ts=8 tw=0 :
 -->
This page took 0.034448 seconds and 4 git commands to generate.