README
<h1 class="title">h1.title 42px</h1>
<h2>h2 25px</h2>
<p class="type-sm">small text 14px</p>
```html <h1 class="title">h1.title 42px</h1> <h2>h2 25px</h2> <p class="type-sm">small text 14px</p> ```
<script type="module">
import npmcorpTypography from 'https://cdn.skypack.dev/@npmcorp/typography';
</script>
<h1 class="title">h1.title 42px</h1>
<h2>h2 25px</h2>
<p class="type-sm">small text 14px</p>