Closed
Bug 225047
Opened 21 years ago
Closed 21 years ago
font-family: monospace doesn't work with "browser.display.use_document_fonts" set to 0
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: isaachh, Assigned: dbaron)
References
()
Details
Attachments
(1 file)
798 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031105
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031105
Summary says all.
Reproducible: Always
Steps to Reproduce:
1. Uncheck "Allow documents to use other fonts" in Preferences/Appearance/Fonts
2. Open the testcase or URL
Expected Results:
Elements with 'font-family: monospace' should display as monospaced text.
Reporter | ||
Comment 1•21 years ago
|
||
Comment 2•21 years ago
|
||
I'm using 1.6a on OS/2, and the only difference I see between allow or not is
that the last of the four lines switches between Andale Mono and Lucida Console.
Enabled, the first two are Lucida, the last two Andale, which is my monospace
pref. I don't understand why any of them display in Lucida. OTOH, I get exactly
what I ask for when styling a span (instead of using pre) with Lucida or Andale:
http://members.ij.net/mrmazda/auth/monospace-pt.html
![]() |
||
Comment 3•21 years ago
|
||
So what exactly is this UI option supposed to do? What it does right now is to
allow only "-moz-fixed" and "none" as possible font-family values. It will wipe
out both UA and user set font-families, in particular, not just author set ones.
Comment 4•21 years ago
|
||
This overlaps a lot with bug 159440, if not exactly a dupe.
![]() |
||
Comment 5•21 years ago
|
||
Yeah... This bug has a clearer description of the problem....
Blocks: 159440
Assignee | ||
Comment 6•21 years ago
|
||
.
Assignee: font → dbaron
Component: Layout: Fonts and Text → Style System (CSS)
![]() |
||
Comment 8•21 years ago
|
||
Yeah, there we go.
*** This bug has been marked as a duplicate of 79074 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•