W3cubDocs

/SVG

<font-face>

Deprecated
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Avoid using it and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

The <font-face> SVG element corresponds to the CSS @font-face rule. It defines a font's outer properties.

Usage context

Categories Font element
Permitted content Any number of descriptive elements » and at most one <font-face> element, in any order.

Attributes

Global attributes

Specific attributes

DOM Interface

This element implements the SVGFontFaceElement interface.

Specifications

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support ? ? ? ? ? ?
accent-height ? ? ? ? ? ?
alphabetic ? ? ? ? ? ?
ascent ? ? ? ? ? ?
bbox ? ? ? ? ? ?
cap-height ? ? ? ? ? ?
descent ? ? ? ? ? ?
font-family ? ? ? ? ? ?
font-size ? ? ? ? ? ?
font-stretch ? ? ? ? ? ?
font-style ? ? ? ? ? ?
font-variant ? ? ? ? ? ?
font-weight ? ? ? ? ? ?
hanging ? ? ? ? ? ?
ideographic ? ? ? ? ? ?
mathematical ? ? ? ? ? ?
overline-position ? ? ? ? ? ?
overline-thickness ? ? ? ? ? ?
panose-1 ? ? ? ? ? ?
slope ? ? ? ? ? ?
stemh ? ? ? ? ? ?
stemv ? ? ? ? ? ?
strikethrough-position ? ? ? ? ? ?
strikethrough-thickness ? ? ? ? ? ?
underline-position ? ? ? ? ? ?
underline-thickness ? ? ? ? ? ?
unicode-range ? ? ? ? ? ?
units-per-em ? ? ? ? ? ?
v-alphabetic ? ? ? ? ? ?
v-hanging ? ? ? ? ? ?
v-ideographic ? ? ? ? ? ?
v-mathematical ? ? ? ? ? ?
widths ? ? ? ? ? ?
x-height ? ? ? ? ? ?
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support ? ? ? ? ? ? ?
accent-height ? ? ? ? ? ? ?
alphabetic ? ? ? ? ? ? ?
ascent ? ? ? ? ? ? ?
bbox ? ? ? ? ? ? ?
cap-height ? ? ? ? ? ? ?
descent ? ? ? ? ? ? ?
font-family ? ? ? ? ? ? ?
font-size ? ? ? ? ? ? ?
font-stretch ? ? ? ? ? ? ?
font-style ? ? ? ? ? ? ?
font-variant ? ? ? ? ? ? ?
font-weight ? ? ? ? ? ? ?
hanging ? ? ? ? ? ? ?
ideographic ? ? ? ? ? ? ?
mathematical ? ? ? ? ? ? ?
overline-position ? ? ? ? ? ? ?
overline-thickness ? ? ? ? ? ? ?
panose-1 ? ? ? ? ? ? ?
slope ? ? ? ? ? ? ?
stemh ? ? ? ? ? ? ?
stemv ? ? ? ? ? ? ?
strikethrough-position ? ? ? ? ? ? ?
strikethrough-thickness ? ? ? ? ? ? ?
underline-position ? ? ? ? ? ? ?
underline-thickness ? ? ? ? ? ? ?
unicode-range ? ? ? ? ? ? ?
units-per-em ? ? ? ? ? ? ?
v-alphabetic ? ? ? ? ? ? ?
v-hanging ? ? ? ? ? ? ?
v-ideographic ? ? ? ? ? ? ?
v-mathematical ? ? ? ? ? ? ?
widths ? ? ? ? ? ? ?
x-height ? ? ? ? ? ? ?

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/font-face