MES手机端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
liup a01a5aa773 提交修改 3 viikkoa sitten
..
.npmignore 提交修改 3 viikkoa sitten
CHANGELOG.md 提交修改 3 viikkoa sitten
LICENSE 提交修改 3 viikkoa sitten
README.md 提交修改 3 viikkoa sitten
index.json 提交修改 3 viikkoa sitten
package.json 提交修改 3 viikkoa sitten

README.md

css-font-style-keywords

List of CSS font styles:

  • normal
  • italic
  • oblique

Installation

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

Usage

var fontStyleKeywords = require('css-font-style-keywords');
fontStyleKeywords; // ['normal', 'italic', 'oblique']