vending-machine/mobile/node_modules/css-font-style-keywords
2026-04-03 06:07:13 +08:00
..
.npmignore 1 2026-04-03 06:07:13 +08:00
CHANGELOG.md 1 2026-04-03 06:07:13 +08:00
index.json 1 2026-04-03 06:07:13 +08:00
LICENSE 1 2026-04-03 06:07:13 +08:00
package.json 1 2026-04-03 06:07:13 +08:00
README.md 1 2026-04-03 06:07:13 +08:00

css-font-style-keywords

List of CSS font styles:

  • normal
  • italic
  • oblique

Installation

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

Usage

var fontStyleKeywords = require('css-font-style-keywords');
fontStyleKeywords; // ['normal', 'italic', 'oblique']