Closed
Bug 39175
Opened 25 years ago
Closed 25 years ago
BODY's font-family not working in external CSS
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: roozbeh, Assigned: pierre)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m15)
BuildID: 2000041805
In the page at http://digilib.sharif.ac.ir/mozilla-bug.html,
the font of all the page should be Tahoma, since in the 4th line
of the style sheet, http://digilib.sharif.ac.ir/mozilla-bug.css,
(which is linked at the 8th line of the HTML file),
it is mentioned that the font-family order of the body text is
"Tahoma, Verdana, Arial, Helvetica, sans-serif". In Mozilla, the
font is "Times".
Reproducible: Always
Steps to Reproduce:
Open the page http://digilib.sharif.ac.ir/mozilla-bug.html
Actual Results: The body font was "Times" instead of "Tahoma".
Expected Results: It should have displayed the body font as "Tahoma".
Comment 1•25 years ago
|
||
I could not get to the site mentioned (serer down?) but I created a testcase and
it works OK. Can you attach the page and CSS to the bug so I can look at it?
Thanks.
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
This is the font-family not inherited into tables bug.
Comment 5•25 years ago
|
||
Indeed. Changing to a strict mode DTD shows that all works in standard mode.
Marking DUP of 31955.
*** This bug has been marked as a duplicate of 31955 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•