css-system-font-keywords

WebJar for css-system-font-keywords

License

License

MIT
Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

css-system-font-keywords
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download css-system-font-keywords

How to add to project

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

Versions

Version
1.0.0