.. | ||
.npmignore | ||
CHANGELOG.md | ||
index.json | ||
LICENSE | ||
package.json | ||
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']