@citizensadvice/typesetting

Classes to style content elements such as headings and paragraphs.

Usage no npm install needed!

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

README

Type setting npm (scoped)

Classes to style content elements such as headings and paragraphs.

Classes

Class names
.h1
.h2
.h3
.p

Installation

$ npm install @citizensadvice/typesetting

now import into your stylesheet...

@import '@citizensadvice/typesetting/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/typesetting@latest/build/typesetting.css" />