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.
Categories | Font element |
---|---|
Permitted content | Any number of descriptive elements » and at most one <font-face> element, in any order. |
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
This element implements the SVGFontFaceElement
interface.
Specification | Status | Comment |
---|---|---|
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of '<font-face>' in that specification. | Recommendation | Initial definition |
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
|
? | ? | ? | ? | ? | ? | ? |
© 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