[@johanneslumpe/styled-props](../README.md) > ["utils/fonts/fontSize"](../modules/_utils_fonts_fontsize_.md) > [FontSizeProps](../interfaces/_utils_fonts_fontsize_.fontsizeprops.md)

# Interface: FontSizeProps

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

**FontSizeProps**

## Index

### Properties

* [style$FontSize](_utils_fonts_fontsize_.fontsizeprops.md#style_fontsize)

---

## Properties

<a id="style_fontsize"></a>

###  style$FontSize

**● style$FontSize**: *`T`*

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

The **`font-size`** CSS property sets the size of the font. This property is also used to compute the size of `em`, `ex`, and other relative `<length>` units.

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

___

