Table of contents
- 1. Usage context
- 2. Example
- 3. Attributes
- 3.1. Global attributes
- 3.2. Specific attributes
- 4. DOM Interface
- 5. See also
The font-face element corresponds to the CSS @font-face declaration. It defines a font's outer properties.
Usage context
| Categories | None |
|---|---|
| Permitted content | Any number of descriptive elements » and at most one <font-face>
element, in any order. |
| Normative document | SVG 1.1 (2nd Edition) |
Example
Attributes
Global attributes
Specific attributes
-
font-family -
font-style -
font-variant -
font-weight -
font-stretch -
font-size -
unicode-range -
units-per-em -
panose-1 -
stemv -
stemh -
slope -
cap-height -
x-height -
accent-height -
ascent -
descent -
widths -
bbox -
ideographic -
alphabetic -
mathematical -
hanging -
v-ideographic -
v-alphabetic -
v-mathematical -
v-hanging -
underline-position -
underline-thickness -
strikethrough-position -
strikethrough-thickness -
overline-position -
overline-thickness
DOM Interface
This element implements the SVGFontFaceElement interface.
Mozilla Developer Network