Skip to content

jednano/css-font-style-keywords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

List of CSS font style keywords.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published