css-system-font-keywords

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i css-system-font-keywords

Weekly Downloads

240,937

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jedmao