MES手机端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
liup a01a5aa773 提交修改 3 주 전
..
.npmignore 提交修改 3 주 전
CHANGELOG.md 提交修改 3 주 전
LICENSE 提交修改 3 주 전
README.md 提交修改 3 주 전
index.json 提交修改 3 주 전
package.json 提交修改 3 주 전

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']