https://bugzilla.redhat.com/show_bug.cgi?id=1965684

            Bug ID: 1965684
           Summary: Fontconfig & Firefox font issues on KDE Spins since
                    F32
           Product: Fedora
           Version: 34
          Hardware: x86_64
            Status: NEW
         Component: fontconfig
          Assignee: ta...@redhat.com
          Reporter: pim...@gmx.com
        QA Contact: extras...@fedoraproject.org
                CC: a...@redhat.com, caillon+fedoraproj...@gmail.com,
                    fonts-bugs@lists.fedoraproject.org,
                    gnome-...@lists.fedoraproject.org,
                    i18n-b...@lists.fedoraproject.org, mcla...@redhat.com,
                    pnem...@redhat.com, rhug...@redhat.com,
                    rstr...@redhat.com, sandm...@redhat.com,
                    ta...@redhat.com
  Target Milestone: ---
    Classification: Fedora



Created attachment 1787942
  --> https://bugzilla.redhat.com/attachment.cgi?id=1787942&action=edit
reddit.com poor font rendering

Description of problem:
Since F32 the KDE Spin has required manual creation of a local fontconfig in
order to restore font rendering quality in Firefox back to standards seen in
prior releases.

Version-Release number of selected component (if applicable):
F32 KDE onwards, Firefox 78 onwards.

How reproducible:
100% F32 KDE, F33 KDE, F34 KDE Spin
Reproducible with Fedora packaged Firefox, mozilla flatpak and direct Mozilla
download.
Confirmed on various hardware, all under X11.

Steps to Reproduce:
1. Open Firefox (KDE Spin)
2. Observe lack of smooth font rendering. eg: https://old.reddit.com,
https://bugzilla.redhat.org
3.

Actual results:
Poor quality font rendering, see screenshots.

Expected results:
Better quality font rendering, as seen in earlier Fedora 31 KDE and all tested 
modern KDE distros.

Additional info:
I have tried reporting this against Firefox since F32 Beta, but no fix.
https://bugzilla.redhat.com/show_bug.cgi?id=1830509

The single end user fix is simple, just create a
~/.config/fontconfig/fonts.conf as below, run fc-cache and restart Firefox.

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
    <match target="font">
        <edit name="antialias" mode="assign">
            <bool>true</bool>
        </edit>
        <edit name="autohint" mode="assign">
            <bool>false</bool>
        </edit>
        <edit name="hinting" mode="assign">
            <bool>true</bool>
        </edit>
        <edit name="hintstyle" mode="assign">
            <const>hintslight</const>
        </edit>
        <edit name="lcdfilter" mode="assign">
            <const>lcddefault</const>
        </edit>
        <edit name="rgba" mode="assign">
            <const>rgb</const>
        </edit>
    </match>
</fontconfig>

What changed with KDE or Firefox around F32 time that other distros have
accounted for, but Fedora has not?

Would love to see Firefox back to usual quality in KDE spin, by default, so new
users do not get this.
If this is still not the correct package to report against, please point me in
the right direction.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/fonts-bugs@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to