1.0.3 • Published 6 years ago
@citizensadvice/font-weight v1.0.3
Font-weight 
Defines the weight of the text.
Classes
| Class name | Value |
|---|---|
.normal | Normal |
.regular | regular (400) |
.semi-bold | semi-bold (600) |
.bold | bold (700) |
.extra-bold | extra-bold (700) |
Examples
<p class="normal">...</p>
<p class="extra-bold">...</p>Installation
$ npm install @citizensadvice/font-weightnow import into your stylesheet...
@import '@citizensadvice/font-weight/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-weight@latest/build/font-weight.css" />