name
Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. 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 name
attribute specifies either the name of a color profile or a font face.
You can use this attribute with the following SVG elements:
font-face-name
For <font-face-name>
, name
defines the name of the font face.
Value | <name> |
---|---|
Default value | None |
Animatable | Yes |
<name>
-
This value specifies the name of a local font. Unlike the syntax allowed between the parentheses of the
local(…)
clause in an@font-face
rulesrc
descriptor, the font name specified in this attribute is not surrounded in single or double quotes.
Specifications
Specification |
---|
Scalable Vector Graphics (SVG) 1.1 (Second Edition) # FontFaceNameElementNameAttribute |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) # ColorProfileElementNameAttribute |