[@johanneslumpe/styled-props](../README.md) > ["utils/fonts/font"](../modules/_utils_fonts_font_.md) > [FontProps](../interfaces/_utils_fonts_font_.fontprops.md)

# Interface: FontProps

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

**FontProps**

## Index

### Properties

* [style$Font](_utils_fonts_font_.fontprops.md#style_font)

---

## Properties

<a id="style_font"></a>

###  style$Font

**● style$Font**: *`T`*

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

The **`font`** CSS property is a shorthand for `font-style`, `font-variant`, `font-weight`, `font-stretch`, `font-size`, `line-height`, and `font-family`. Alternatively, it sets an element's font to a system font.

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

___

