# Typography
- [MDC Docs](https://material.io/develop/web/components/typography)
- [MDC Demo](https://material-components.github.io/material-components-web-catalog/#/component/typography)

# Components
### Headlines
There are `H1...H6` components, that have no props:
```html
<H1>Headline 1</H1>
<H2>Headline 2</H2>
<H3>Headline 3</H3>
<H6>Headline 6</H6>
```
