[Bug 258293] www/firefox (1729109) The preferred default font is no longer used, for some sites, following an upgrade from Firefox 91.0.2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 9 00:16:14 BST 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258293
Sean Farley <scf at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |scf at FreeBSD.org
--- Comment #3 from Sean Farley <scf at FreeBSD.org> ---
It is possibly the new support in Firefox of the `system-ui` font:
https://bugzilla.mozilla.org/show_bug.cgi?id=1226042
For me, it defaults to the `Cantarell` family:
$ fc-match ':family=system-ui'
Cantarell-Regular.ttf: "Cantarell" "Regular"
My "fix" was to associate `system-ui` with another font family in
~/.config/fontconfig/fonts.conf:
<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 involved.
A couple more bugs that may be useful:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1545745
- https://bugzilla.mozilla.org/show_bug.cgi?id=1728086
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kde-freebsd
mailing list