|
před 3 týdny | |
---|---|---|
.. | ||
.npmignore | před 3 týdny | |
CHANGELOG.md | před 3 týdny | |
LICENSE | před 3 týdny | |
README.md | před 3 týdny | |
index.json | před 3 týdny | |
package.json | před 3 týdny |
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"
]
*/