H5-contact/node_modules/css-font-style-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-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']