@fdmg/fd-typographydeprecated

FD-themed typography

Usage no npm install needed!

<script type="module">
  import fdmgFdTypography from 'https://cdn.skypack.dev/@fdmg/fd-typography';
</script>

README

Build Status Coverage Status npm version Greenkeeper badge

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>