学习?学个屁 06c63c15cc 初始化提交 10 月之前
..
.npmignore 06c63c15cc 初始化提交 10 月之前
CHANGELOG.md 06c63c15cc 初始化提交 10 月之前
LICENSE 06c63c15cc 初始化提交 10 月之前
README.md 06c63c15cc 初始化提交 10 月之前
index.json 06c63c15cc 初始化提交 10 月之前
package.json 06c63c15cc 初始化提交 10 月之前

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