On Thu, 09 Jan 2014 19:40:31 -0600 Michael Cronenworth wrote: > I've upgraded a few machines and felt the font rendering was harder to read in > F20. I took some F19 screenshots and F20 screenshots and found my eyes were correct. I haven't had any real font issues since I started turning on autohinting unconditionally by adding this file: cat <<'EOF' > "/etc/fonts/conf.d/10-autohint.conf" <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Use the Autohinter --> <match target="font"> <edit name="autohint" mode="assign"><bool>true</bool></edit> </match> </fontconfig> EOF There is a autohint file shipped with fedora, but it doesn't have the key piece: mode="assign" Of course, they also tend to change the default font and all the themes in every release because God forbid anyone should get used to the way things look. Depending on what you are using as a monitor, this can also affect the way things look now in f20: https://bugzilla.gnome.org/show_bug.cgi?id=709859 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org