MES手机端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
liup a01a5aa773 提交修改 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

README.md

css-font-stretch-keywords

List of CSS font stretches:

  • normal
  • condensed
  • semi-condensed
  • extra-condensed
  • ultra-condensed
  • expanded
  • semi-expanded
  • extra-expanded
  • ultra-expanded

Installation

npm install css-font-stretch-keywords [--save[-dev]]

Usage

var fontStretchKeywords = require('css-font-stretch-keywords');
fontStretchKeywords; /*
[
	"normal",
	"condensed",
	"semi-condensed",
	"extra-condensed",
	"ultra-condensed",
	"expanded",
	"semi-expanded",
	"extra-expanded",
	"ultra-expanded"
]
*/