Closed
Bug 1715945
Opened 3 years ago
Closed 3 years ago
Unreadable font-weight of error page title
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1715946
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
- Set custom font in OS, Firefox inherits it
- Trigger "Server Not Found" error (open any non-existent domain, as for example)
Actual results:
Error title "Hmm. We’re having trouble finding that site." font is unreadable, because it's weight is overwritten in CSS ("font-weight: lighter").
Heading font-weight is overwritten because of aestethic feelings of designer.
Form over function.
Expected results:
Error title is rendered with readable font (css "font-weight: lighter").
Heading font-weight is NOT overwritten because of aestethic feelings of designer. Function over form.
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•