User-selected monospace font not used for remote resources
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: mqudsi, Unassigned)
Details
Attachments
(6 files, 1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
- Set a custom monospace font and allow pages to choose their own fonts (see screenshot)
- Load the test page both locally (via a file:/// url) and remotely (via a local webserver)
Actual results:
The user-selected custom font for unstyled <pre> tags or substituted where "font-family: monospace;" is used where applicable for the page loaded via file:/// (see screenshot) but not for the page loaded over http (see screenshot).
This also, oddly, affects the source viewer (see screenshot).
Expected results:
The user-selected custom font should have been used instead of font-family: monospace; and for <pre> tags unassociated with any style in both cases.
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
| Reporter | ||
Comment 3•7 years ago
|
||
| Reporter | ||
Comment 4•7 years ago
|
||
| Reporter | ||
Comment 5•7 years ago
|
||
Updated•7 years ago
|
Comment 6•7 years ago
|
||
Updated•7 years ago
|
| Reporter | ||
Comment 7•7 years ago
|
||
My apologies. Resubmitted.
Comment 8•7 years ago
|
||
Thanks. Just to confirm, if you load your test file (attachment 9050694 [details]) from here in bugzilla, rather than via a local webserver, does that make any difference?
| Reporter | ||
Comment 9•7 years ago
|
||
It's also rendered in Courier New rather than my chosen font.
| Reporter | ||
Comment 10•7 years ago
|
||
I think there is a bigger underlying issue. Just filed #1535290
Comment 11•7 years ago
|
||
It sounds like this was a result of bug 1512731 blocking the use of your chosen font; with that fixed (e.g. in current Nightly), is there still an issue here or can we resolve this as being the same underlying problem?
| Reporter | ||
Comment 12•7 years ago
|
||
I think we're good here! :)1
Description
•