[@johanneslumpe/styled-props](../README.md) > ["utils/fonts/fontVariant"](../modules/_utils_fonts_fontvariant_.md) > [FontVariantProps](../interfaces/_utils_fonts_fontvariant_.fontvariantprops.md)

# Interface: FontVariantProps

## Type parameters
#### T 
## Hierarchy

**FontVariantProps**

## Index

### Properties

* [style$FontVariant](_utils_fonts_fontvariant_.fontvariantprops.md#style_fontvariant)

---

## Properties

<a id="style_fontvariant"></a>

###  style$FontVariant

**● style$FontVariant**: *`T`*

*Defined in [utils/fonts/fontVariant.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/fonts/fontVariant.ts#L12)*

The **font-variant** CSS property is a shorthand for the longhand properties `font-variant-caps`, `font-variant-numeric`, `font-variant-alternates`, `font-variant-ligatures`, and `font-variant-east-asian`. You can also set the CSS Level 2 (Revision 1) values of `font-variant`, (that is, `normal` or `small-caps`), by using the `font` shorthand.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/font-variant](https://developer.mozilla.org/docs/Web/CSS/font-variant)

___

