css-font-weight-keywords

WebJar for css-font-weight-keywords

License

License

MIT
Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

css-font-weight-keywords
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

css-font-weight-keywords
WebJar for css-font-weight-keywords
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jedmao/css-font-weight-keywords

Download css-font-weight-keywords

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/css-font-weight-keywords/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>css-font-weight-keywords</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/css-font-weight-keywords/
implementation 'org.webjars.npm:css-font-weight-keywords:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/css-font-weight-keywords/
implementation ("org.webjars.npm:css-font-weight-keywords:1.0.0")
'org.webjars.npm:css-font-weight-keywords:jar:1.0.0'
<dependency org="org.webjars.npm" name="css-font-weight-keywords" rev="1.0.0">
  <artifact name="css-font-weight-keywords" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='css-font-weight-keywords', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "css-font-weight-keywords" % "1.0.0"
[org.webjars.npm/css-font-weight-keywords "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0