<?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">
<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>
<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>
</alias>
</fontconfig>
-
<!-- vim: set et ft=xml sts=2 sw=2 ts=8 tw=0 :
-->