H5-contact/node_modules/css-system-font-keywords
whitechiina 753b079311 first commit 2026-08-20 15:54:28 +08:00
..
.npmignore first commit 2026-08-20 15:54:28 +08:00
CHANGELOG.md first commit 2026-08-20 15:54:28 +08:00
LICENSE first commit 2026-08-20 15:54:28 +08:00
README.md first commit 2026-08-20 15:54:28 +08:00
index.json first commit 2026-08-20 15:54:28 +08:00
package.json first commit 2026-08-20 15:54:28 +08:00

README.md

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