Around the release of freetype-2.3.0 default font settings changed, i was faced with blurred fonts, unlike the nice fonts that i was used to.<br><br>My question are: <br><br>- Why are this default settings this way?<br>- Why isn&#39;t there a simple unblurred setting? 
<br><br>After after some searching i found, the settings i needed to at least restore semi-acceptable fonts. Over time i tuned it and ended up with the local.conf at the bottom of this e-mail.<br><br>My question is, isn&#39;t it possible to use more sane defaults when the bytecode interpeter is on and maybe try to improve the default selection of fonts (override fonts that look like crap). 
<br>Some fonts actually look quite good with just hinting.<br><br>Sincerely,<br><br>Maarten Maathuis.<br><br>&lt;?xml version=&quot;1.0&quot;?&gt;<br>&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;<br>&lt;fontconfig&gt; 
<br>&lt;match target=&quot;font&quot; &gt;<br>&lt;edit mode=&quot;assign&quot; name=&quot;rgba&quot; &gt; &lt;const&gt;none&lt;/const&gt; &lt;/edit&gt;<br>&lt;edit mode=&quot;assign&quot; name=&quot;hinting&quot; &gt; &lt;bool&gt;true&lt;/bool&gt; &lt;/edit&gt; 
<br>&lt;edit mode=&quot;assign&quot; name=&quot;antialias&quot;&gt; &lt;bool&gt;false&lt;/bool&gt; &lt;/edit&gt;<br>&lt;edit mode=&quot;assign&quot; name=&quot;autohint&quot; &gt; &lt;bool&gt;false&lt;/bool&gt; &lt;/edit&gt; 
<br>&lt;edit mode=&quot;assign&quot; name=&quot;hintstyle&quot;&gt; &lt;const&gt;hintfull&lt;/const&gt; &lt;/edit&gt;<br>&lt;/match&gt;<br>&lt;/fontconfig&gt;<br><br><br><br>