man - wrote on 17. April 2014 17:14:
Since Tanglu is installed fonts have color fringing. Didn't notice this with Debian (Wheezy).
Gnome's tweak tool has the right settings.
man - wrote on 17. April 2014 17:14:
Since Tanglu is installed fonts have color fringing. Didn't notice this with Debian (Wheezy).
Gnome's tweak tool has the right settings.
Anonymous wrote on 17. April 2014 17:14:
The KDE font settings don't work well on that regard. What I did was make a .fonts.conf in my home folder
<pre>
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="antialias"> <bool>true</bool> </edit> <edit mode="assign" name="embeddedbitmap"> <bool>false</bool> </edit> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintslight</const> </edit> <edit mode="assign" name="lcdfilter"> <const>lcddefault</const> </edit> <edit mode="assign" name="rgba"> <const>rgb</const> </edit> <edit mode="assign" name="autohint"> <bool>false</bool> </edit>
</match>
</fontconfig>
</pre>
Though ~/.config/fontconfig/fonts.conf is more correct. I've also added Liberation fonts (fonts-liberation). Note that the font settings mess with this file.