1.0.3 • Published 6 years ago

@citizensadvice/font-family v1.0.3

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

Font-family npm (scoped)

Sets the font-family for an element and its children.

Classes

Class nameValue
.open-sans$font-family (Open Sans,helvetica,helvetica neue,arial,sans-serif)

Examples

<div class="open-sans">Lorem ipsum</div>

Installation

$ npm install @citizensadvice/font-family

now import into your stylesheet...

@import '@citizensadvice/font-family/index.scss';

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

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