Closed
Bug 172280
Opened 23 years ago
Closed 23 years ago
symbol font not being displayed by browser
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
People
(Reporter: tsutherland, Assigned: jst)
Details
Attachments
(1 file)
1.19 KB,
application/octet-stream
|
Details |
I am using version 1.0.1 and formatting web pages to display various symbols. I
use an external style sheet with the following definition:
.symbol {
font-family: symbol;
font-size: 13pt;
}
I then use <span class="symbol"></span> as my formatting within the page. This
works with Netscape 4.7x and IE however, with Mozilla it inherits the default
paragraph font.
Reporter | ||
Comment 1•23 years ago
|
||
This is a simple HTML file using a minimal style sheet to show this bug. A
graphic has been include to show what the result should look like, or the file
can be displayed using Netscape 4.7x or Mickeysoft IE.
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 33127 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•