fd-typography
FD-themed typography.
Installation
- Run
npm i -D @fdmg/fd-typography
Demo
To run the demo, check-out this repository and run npm run build-demo
.
After the build succeeded you can open dist/demo.html
with your webbrowser.
Usage
import {H1, H3} from '@fdmg/fd-typography';
...
<H1>.fd-h1</H1>
<H1 className="article-longread">.fd-h1.article-longread</H1>
<H3 className="card">.fd-h3.card</H3>
<H3>.fd-h3</H3>