On Sun, Apr 06, 2014 at 05:44:25PM -0400, Alan B wrote:
Again though these are just my opinions and I know lots of people do like the "crisp" style. I just wish the default was a little less "crisp".
13.2 will have the possibility to choose between 'crisp' and 'less crisp' fonts (but more thick), trough sysconfig variables at least (I guess yast module will not be done yet). You can try to use autohinter with hintslight generally for now by <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> <edit name="hintstyle" mode="assign"> <const>hintslight</const> </edit> </match> </fontconfig> in ~/.config/fontconfig/fonts.conf or /etc/fonts/local.conf. Do not expect subpixel rendering quality infinality setting is based on, we can't use it. Petr