Valid values of CSS font-weight property
npm install font-weight-values


Valid values of CSS font-weight property, except for the CSS-wide keywords
``javascript`
fontWeightValues;
//=> ['normal', 'bold', 'bolder', 'lighter', '100', '200', '300', '400', '500', '600', '700', '800', '900']
#### npm
`sh`
npm install font-weight-values
#### Bower
`sh`
bower install font-weight-values
#### Duo
`javascript`
var fontWeightValues = require('shinnn/font-weight-values');
Download the script file directly.
Type: Array of String`
Copyright (c) 2014 Shinnosuke Watanabe
Licensed under the MIT License.