|
пре 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"
]
*/