学习?学个屁 06c63c15cc 初始化提交 1 år sedan
..
.npmignore 06c63c15cc 初始化提交 1 år sedan
CHANGELOG.md 06c63c15cc 初始化提交 1 år sedan
LICENSE 06c63c15cc 初始化提交 1 år sedan
README.md 06c63c15cc 初始化提交 1 år sedan
index.json 06c63c15cc 初始化提交 1 år sedan
package.json 06c63c15cc 初始化提交 1 år sedan

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