@citizensadvice/font-weight
v1.0.3
Published
Defines the weight of the text.
Downloads
9
Keywords
Readme
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-weight
now 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" />