Closed
Bug 5861
Opened 25 years ago
Closed 25 years ago
{css1} Suggesting font-family for TT is buggy
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M15
People
(Reporter: Antti.Nayha, Assigned: peterl-retired)
References
()
Details
(Keywords: css1)
The TT'd text on the page should appear as Lucida Console to me,
since I don't have Andale Mono installed. Instead, I'm getting
Arial sized equivalent to <font size=2>.
If I remove either of the specific font family names from the
CSS, it works properly. For example:
font-family: "Andale Mono", monospace;
gives me Courier New (default monospace), and
font-family: "Lucida Console", monospace;
gives me Lucida Console.
I'm using the Win32 May 1st nightly build, Windows NT 4.0 SP4.
Reporter | ||
Comment 1•25 years ago
|
||
Update using May 4th Win32 build:
I'm now getting Courier New, which is obviously less bad than getting Arial.
It's still not Lucida Console, though.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M10
Reporter | ||
Comment 3•25 years ago
|
||
It's Arial again in the 06-23-08-M8 nightly build - even though #582 was
fixed. So it's probably not related.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M10 → M11
Comment 4•25 years ago
|
||
This behavior is not limited to TT.
Any time I try to use <FONT face="x,y,z"> or CSS "font-family: x,y,z" where "x"
is a font I don't have, the text is drawn in Arial. The alternatives "y"
and "z" are ignored. (Using nightly build 1999-08-20 on WinNT4.)
The bug does not seem to be there on Linux.
Assignee | ||
Comment 5•25 years ago
|
||
Pushing off non-beta 1 issues
Updated•25 years ago
|
Summary: Suggesting font-family for TT is buggy → {css1} Suggesting font-family for TT is buggy
Comment 6•25 years ago
|
||
We probably need a testcase for this - I cannot reproduce the problem
on Windows 98.
Reporter | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 7•25 years ago
|
||
It seems the bug has been fixed - I cannot reproduce it on M10/WinNT+SP5
Apprunner, either. Marking Resolved/Worksforme.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•25 years ago
|
||
Verified WORKSFORME as indicated by reporter.
Comment 9•25 years ago
|
||
Migrating from {css1} to css1 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
You need to log in
before you can comment on or make changes to this bug.
Description
•