[Bug 251246] www/firefox-esr: Doesn't update fontconfig for /usr/local/lib/firefox/fonts

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 Jun 2023 08:12:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251246

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com

--- Comment #2 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
🤔 A workaround is to write the following in ~/.config/fontconfig/fonts.conf

<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<dir>/usr/local/lib/firefox/fonts</dir>
</fontconfig>

However, if we need a font that looks the same, installing
twemoji-color-font-ttf (x11-fonts/twemoji-color-font-ttf) is an alternative.
There seems to be a problem with
/usr/local/etc/fonts/conf.avail/{45,60}-generic.conf of fontconfig(?), and if
multiple emoji fonts are installed, an unintended font may be used. 
In my environment, the fonts were used precisely as intended, neither in
chromium nor firefox, but in seamonkey-2.49.4_27🤣

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