1.0.3 • Published 6 years ago

@citizensadvice/typography v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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