@citizensadvice/typography

A meta package to group together all typographic styling.

Usage no npm install needed!

<script type="module">
  import citizensadviceTypography from 'https://cdn.skypack.dev/@citizensadvice/typography';
</script>

README

Typography npm (scoped)

A meta package to group together all typographic styling.

Installation

$ npm install @citizensadvice/typography

now import into your stylesheet...

@import '@citizensadvice/typography/index.scss';

You can make use of the unpkg service, try adding the link below to the head of your HTML file.

<link src="https://unpkg.com/@citizensadvice/typography@latest/build/typography.css" />