Firefox 91 selects wrong font on Linux
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | affected |
| firefox92 | --- | unaffected |
People
(Reporter: trist.daniel, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
- Running Firefox 91 on Archlinux 64 bits, official Firefox package (package version 91.0-1).
- Fontconfig is correctly configured, and for example running the command
fc-match "Fira Sans"in a terminal outputsFiraSans-Regular.ttf: "Fira Sans" "Regular", showing the font was found in the filesystem. Fontconfig also recognizes the Verdana font, and 'sans-serif' resolves to the Fira Sans font. - In Firefox, default fonts are configured correctly in the Settings > Language and apperance panel, in my case with "Kreon" for serif, "Fira Sans" for sans-serif and "Consolas" for monospace.
- Open https://news.ycombinator.com/news in a tab.
Actual results:
Firefox 91 displays the text on this website (which uses the CSS rule font-family: Verdana, Geneva, sans-serif;) using the "C059" font, which is installed on the system, but isn't the font the website requested, nor the default configured sans-serif font.
Expected results:
Firefox 91 should have selected the Verdana font, or the Fira Sans font as a sans-serif fallback. Firefox 90 behaves correctly.
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Updated•4 years ago
|
Comment 1•3 years ago
|
||
Daniel, why are you closing your own bug as wontfix?
| Reporter | ||
Comment 2•3 years ago
|
||
Well the bug was not present in Firefox 92 anymore, so I assumed it had been somehow fixed (intentionnally or not). I closed the issue to avoid polluting the tracker, and resolved as WONTFIX because (if my memory serves) I don't have the permission to resolve as FIXED.
Updated•3 years ago
|
Description
•