liup a01a5aa773 | 3 주 전 | |
---|---|---|
.. | ||
.npmignore | 3 주 전 | |
CHANGELOG.md | 3 주 전 | |
LICENSE | 3 주 전 | |
README.md | 3 주 전 | |
index.json | 3 주 전 | |
package.json | 3 주 전 |
List of CSS font weights:
npm install css-font-weight-keywords [--save[-dev]]
var fontWeightKeywords = require('css-font-weight-keywords');
fontWeightKeywords; /*
[
"normal",
"bold",
"bolder",
"lighter",
"100",
"200",
"300",
"400",
"500",
"600",
"700",
"800",
"900"
]
*/