Closed
Bug 72813
Opened 25 years ago
Closed 25 years ago
[RFE] Mozilla should support embedded fonts
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
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.
See also bug 59611.
Comment 2•25 years ago
|
||
Not really a DOM issue, more of a core style system issue.
Also, not a mozilla1.0 goal, so nominating for mozilla1.2.
Comment 3•25 years ago
|
||
duplicate of "[RFE] downloadable font support via font-face"
*** This bug has been marked as a duplicate of 70132 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 5•23 years ago
|
||
[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.
Description
•