The font-face-src
element corresponds to the src
property in CSS @font-face
descriptions. It serves as container for <font-face-name>
, pointing to locally installed copies of this font, and <font-face-uri>
, utilizing remotely defined fonts.
Usage context
Categories | Font element |
---|---|
Permitted content | One or more of the following elements, in any order:<font-face-name> , <font-face-uri> |
Example
Attributes
Global attributes
Specific attributes
None
DOM Interface
This element implements the SVGFontFaceSrcElement
interface.
Specifications
Specification | Status | Comment |
---|---|---|
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of '<font-face-src>' in that specification. |
Recommendation | Initial definition |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? |