1.0.0 • Published 9 years ago

css-system-font-keywords v1.0.0

Weekly downloads
116,095
License
MIT
Repository
github
Last release
9 years ago

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"
]
*/