---
name: Typography
route: /components/1843/typography
menu: 1843
edit: false
---

import { Playground } from 'docz'
import './typography'

# Typography
## Typography

### Typography and leading
<Playground>
  <code>
  --1843-type-leading-upper: 1.1;<br />
  --1843-type-system-slab-serif: 'ClarendonSunday', 'ITC Lubalin Graph', Rockwell, serif;<br />
  --1843-type-system-slab-serif-lining: 'ClarendonSundayLN', var(--1843-type-system-slab-serif);<br />
  </code>
</Playground>
