Closed
Bug 1706715
Opened 4 years ago
Closed 5 months ago
Please disable font ligatures on links
Categories
(bugzilla.mozilla.org :: User Interface, defect)
bugzilla.mozilla.org
User Interface
Tracking
()
RESOLVED
FIXED
People
(Reporter: julienw, Assigned: glob)
Details
Attachments
(2 files)
I noticed on https://bugzilla.mozilla.org/show_bug.cgi?id=1603404#c1 that the ligatures work on links (see attachment).
This CSS rule seems to fix it for me:
a {
font-variant-ligatures: none;
}
no-contextual
also removes it, but I believe links shouldn't have any ligatures to prevent any issue, because they're important.
(Please move to the appropriate component in this one is incorrect, as I'm not sure this is due to a mozilla customization or part of Bugzilla-the-product. Thanks!)
Comment 1•5 months ago
|
||
Comment 2•5 months ago
|
||
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•