font-weight-values

Valid values of CSS font-weight property

Usage no npm install needed!

<script type="module">
  import fontWeightValues from 'https://cdn.skypack.dev/font-weight-values';
</script>

README

font-weight-values

NPM version Bower version Build Status

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.