Closed
Bug 277489
Opened 20 years ago
Closed 20 years ago
Arial fails to render when assigned via CSS
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: zsinj, Assigned: bugzilla)
Details
Attachments
(1 file)
|
146 bytes,
text/html
|
Details |
Using CSS, when I assign Arial as the font-family value, Times New Roman is instead rendered. 1) See the sample page. I've narrowed it down to that HTML snippet. Expected results: The text is displayed in the Arial fontface. Actual results: The text is displayed in the Times New Roman fontface. I am using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20050107 Firefox/1.0+ on Windows XP Home Edition.
| Reporter | ||
Comment 1•20 years ago
|
||
This is the simplest HTML snippet containing the bug.
| Reporter | ||
Comment 2•20 years ago
|
||
This could be similar to bug 132341, but due to no previously existant bug reports on this error with Windows XP, this report was created.
Comment 3•20 years ago
|
||
Don't quote the entire block, as that is invalid. See http://www.w3.org/TR/REC-CSS2/fonts.html#font-family-prop and also bug 33286. font-family: Arial,Helvetica,Univers; works fine.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 4•20 years ago
|
||
Awesome, thanks. I'll report this to the website where I first came across this bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•