| Summary: | Firefox uses crazy illegible fonts for Disqus discussion when it should use Georgia | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Matěj Cepl <mcepl> | ||||
| Component: | firefox | Assignee: | Martin Stransky <stransky> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Desktop QE <desktop-qa-list> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.2 | ||||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-02-29 14:34:45 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Matěj Cepl
2016-01-06 13:30:27 UTC
Adding this to /etc/fonts/local.conf made the problem go away:
<alias>
<family>Georgia</family>
<accept>
<family>DejaVu Serif</family>
</accept>
</alias>
But it is not right, because fc-match was saying the same before already. Why Firefox does not give the same answer as fc-match?
BTW, using firefox from the package firefox-38.5.0-3.el7_2.x86_64 Actually I was wrong in the comment 1 ... this local.conf modification helped to the upstream binary for Aurora (Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0), but our RHEL Firefox 38.5.0 still manifests the same issue (Font inspector shows Nimbus font and it really looks like Type1 non-antialiased font). AFAIK ti may be fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1167284 Please reopen if you see that in ESR45. |