Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Sep 2021 23:16:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 258293] www/firefox (1729109) The preferred default font is no longer used, for some sites, following an upgrade from Firefox 91.0.2
Message-ID:  <bug-258293-21738-8aIVQLIlb2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258293-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258293-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258293

Sean Farley <scf@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |scf@FreeBSD.org

--- Comment #3 from Sean Farley <scf@FreeBSD.org> ---
It is possibly the new support in Firefox of the `system-ui` font:=20
https://bugzilla.mozilla.org/show_bug.cgi?id=3D1226042

For me, it defaults to the `Cantarell` family:

  $ fc-match ':family=3Dsystem-ui'
  Cantarell-Regular.ttf: "Cantarell" "Regular"

My "fix" was to associate `system-ui` with another font family in
~/.config/fontconfig/fonts.conf:=20=20

<fontconfig>
...
        <alias>
                <family>system-ui</family>
                <prefer>
                        <family>Liberation Sans</family>
                </prefer>
        </alias>

...
</fontconfig>

I use only a window manger, so there is, or should be, nothing else involve=
d.

A couple more bugs that may be useful:
- https://bugzilla.mozilla.org/show_bug.cgi?id=3D1545745
- https://bugzilla.mozilla.org/show_bug.cgi?id=3D1728086

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258293-21738-8aIVQLIlb2>