JSPM

css-font-weight-keywords

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 290851
  • Score
    100M100P100Q264057F
  • License MIT

List of CSS font weight keywords.

Package Exports

  • css-font-weight-keywords

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (css-font-weight-keywords) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

css-font-weight-keywords

List of CSS font weights:

  • normal
  • bold
  • lighter
  • bolder
  • 100, 200, 300, 400, 500, 600, 700, 800, 900

Installation

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

Usage

var fontWeightKeywords = require('css-font-weight-keywords');
fontWeightKeywords; /*
[
    "normal",
    "bold",
    "bolder",
    "lighter",
    "100",
    "200",
    "300",
    "400",
    "500",
    "600",
    "700",
    "800",
    "900"
]
*/