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

/css-system-font-keywords/

    Package Sidebar

    Install

    npm i css-system-font-keywords

    Weekly Downloads

    231,179

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • jedmao