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