css-font-style-keywords

List of CSS font style keywords.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
css-font-style-keywords
1.0.18 years ago8 years agoMinified + gzip package size for css-font-style-keywords in KB

Readme

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