Closed
Bug 981453
Opened 11 years ago
Closed 11 years ago
Firefox ignores font-family order when FontConfig assign_replaced families are listed
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: orivej, Unassigned)
Details
Attachments
(3 files)
I have set up FontConfig to replace Arial with Open Sans (and Times New Roman with Linux Libertine). This causes Firefox to render every font-family which mentions Arial in Open Sans, even if Arial comes after another installed font.
To reproduce:
- open attached test case; it should render in serif
- save attached fonts.conf as ~/.config/fontconfig/fonts.conf (or in some other place searched by FontConfig); make sure 'fc-match Unknown' matches 'DejaVu Sans Mono'
- restart Firefox
- open the test case; now it erroneously renders in monospace
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Summary: Firefox ignores font-family order when FontConfig replaced families are listed → Firefox ignores font-family order when FontConfig assign_replaced families are listed
Reporter | ||
Comment 2•11 years ago
|
||
I was using <edit name="family" mode="assign_replace"> where I should have had <edit name="family" mode="assign" binding="strong">, and this behaviour is a surprising but intended consequence of assign_replace.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 3•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•