npm.io
1.0.0 • Published 10 years ago

css-system-font-keywords

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Stars
1

css-system-font-keywords

List of CSS system font keywords:

  • caption
  • icon
  • menu
  • message-box
  • small-caption
  • status-bar

Installation

npm install css-system-font-keywords [--save[-dev]]

Usage

var systemFontKeywords = require('css-system-font-keywords');
systemFontKeywords; /*
[
	"caption",
	"icon",
	"menu",
	"message-box",
	"small-caption",
	"status-bar"
]
*/

Keywords