files/en-us/web/svg/reference/attribute/font-variant/index.md
The font-variant attribute indicates whether the text is to be rendered using variations of the font's {{Glossary("glyph", "glyphs")}}.
[!NOTE] As a presentation attribute,
font-variantalso has a CSS property counterpart: {{cssxref("font-variant")}}. When both are specified, the CSS property takes priority.
You can use this attribute with the following SVG elements:
<svg viewBox="0 0 250 30" xmlns="http://www.w3.org/2000/svg">
<text y="20" font-variant="normal">Normal text</text>
<text x="100" y="20" font-variant="small-caps">Small-caps text</text>
</svg>
{{EmbedLiveSample}}
For a description of the values, please refer to the CSS font-variant property.
{{Specifications}}
{{Compat}}