font-weight-values
v1.0.0
Published
Valid values of CSS font-weight property
Downloads
11
Maintainers
Readme
font-weight-values
Valid values of CSS font-weight property, except for the CSS-wide keywords
fontWeightValues;
//=> ['normal', 'bold', 'bolder', 'lighter', '100', '200', '300', '400', '500', '600', '700', '800', '900']
Installation
Package managers
npm
npm install font-weight-values
Bower
bower install font-weight-values
Duo
var fontWeightValues = require('shinnn/font-weight-values');
Standalone
Download the script file directly.
API
fontWeightValues
Type: Array
of String
License
Copyright (c) 2014 Shinnosuke Watanabe
Licensed under the MIT License.