README
Typography
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" />