Closed Bug 72813 Opened 24 years ago Closed 24 years ago

[RFE] Mozilla should support embedded fonts

Categories

(Core :: CSS Parsing and Computation, enhancement)

enhancement
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 70132

People

(Reporter: mkaply, Assigned: pierre)

References

()

Details

(Keywords: css2)

With CSS2 it's possible to use fonts not installed on the local machine to
display in websites: the syntax is like this:
@font-face { font-family:Bank Gothic Medium BT; url(bankgothic.ttf) 
format(truetype); }

For a complete reference, please see chapter 15.3.5 of the CSS2 reference:
http://www.w3.org/TR/REC-CSS2/fonts.html#referencing

All you need to know is the font name (font-family), where it resides (url), and 
its format.
Not really a DOM issue, more of a core style system issue.
Also, not a mozilla1.0 goal, so nominating for mozilla1.2.
Assignee: jst → pierre
Component: DOM Style → Style System
Keywords: css2, mozilla1.2
duplicate of "[RFE] downloadable font support via font-face"

*** This bug has been marked as a duplicate of 70132 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
verify dup
Status: RESOLVED → VERIFIED
[RFE] is deprecated in favor of severity: enhancement.  They have the same meaning.
Severity: normal → enhancement
You need to log in before you can comment on or make changes to this bug.