# Typography

### Design
<a href="https://material.io/design/typography/the-type-system.html" target="_blank">https://material.io/design/typography/the-type-system.html</a>

### Description
`Typography` component is used to represent different text sizes and styles.

### Import
```js
import { Typography } from "webiny-ui/Typography";
```