font-family
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The font-family
attribute indicates which font family will be used to render the text, specified as a prioritized list of font family names and/or generic family names.
Note:
As a presentation attribute, font-family
also has a CSS property counterpart: font-family
. When both are specified, the CSS property takes priority.
You can use this attribute with the following SVG elements:
Example
html
Usage notes
Value | See font-family |
---|---|
Default value | Depends on user agent |
Animatable | Yes |
For a description of the values, please refer to the CSS font-family
property.
Specifications
Specification |
---|
CSS Fonts Module Level 4 # generic-font-families |
CSS Fonts Module Level 4 # font-family-prop |
Browser compatibility
See also
- CSS
font-family
property