liup a01a5aa773 | пре 3 недеља | |
---|---|---|
.. | ||
.npmignore | пре 3 недеља | |
CHANGELOG.md | пре 3 недеља | |
LICENSE | пре 3 недеља | |
README.md | пре 3 недеља | |
index.json | пре 3 недеља | |
package.json | пре 3 недеља |
List of CSS font stretches:
npm install css-font-stretch-keywords [--save[-dev]]
var fontStretchKeywords = require('css-font-stretch-keywords');
fontStretchKeywords; /*
[
"normal",
"condensed",
"semi-condensed",
"extra-condensed",
"ultra-condensed",
"expanded",
"semi-expanded",
"extra-expanded",
"ultra-expanded"
]
*/