Closed
Bug 1595403
Opened 5 years ago
Closed 5 years ago
Bugzilla's dropdown <option>s are no longer styled as "font-family: FiraGO"
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
INVALID
People
(Reporter: itiel_yn8, Unassigned)
References
Details
Attachments
(2 files)
This has started after bug 1590644 was fixed.
STR:
- Be on Windows (not sure if this is a necessity though)
- Edit this bug
- Click the 'Status' dropdown
AR:
The <option> menuitems font-family style is not set.
ER:
Should be styled as font-family: FiraGO
.
See screenshot for comparison.
Comment 1•5 years ago
|
||
I see the computed family as being "FiraGo", does that match what you see?
Before the patch, the family should be -moz-list
.
FiraGo is a web font, so we can't render it in the parent process, so now we're effectively using sans-serif
(unless you have it locally installed).
So I think this is working as expected unless you see something different?
Flags: needinfo?(itiel_yn8)
Ah, the source of the confusion was that I though that originally (pre bug 1590644) the fonts looked the same, but they're not. Sorry!
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(itiel_yn8)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•