学习?学个屁 06c63c15cc 初始化提交 пре 3 недеља
..
.npmignore 06c63c15cc 初始化提交 пре 3 недеља
CHANGELOG.md 06c63c15cc 初始化提交 пре 3 недеља
LICENSE 06c63c15cc 初始化提交 пре 3 недеља
README.md 06c63c15cc 初始化提交 пре 3 недеља
index.json 06c63c15cc 初始化提交 пре 3 недеља
package.json 06c63c15cc 初始化提交 пре 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']