On Sat, 26 Nov 2016 15:34:11 +0100
Heinz Diehl wrote:

> Does anybody know what's going on and what I can do to get back
> pre-F25 behaviour?

I don't know if it will help, but I've always found this
file to make all fonts look better:

/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>

Haven't tried it on f25 yet so I don't know if it works
there or not.

I have always found default fonts in fedora to be inferior to just
about every other linux release, with ubuntu always seeming to
have the most readable default fonts. Possibly f25 has just
switched all the themes to a different default font which looks
worse, so the hinting above might not help.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to