css-font-stretch-keywords

WebJar for css-font-stretch-keywords

License

License

MIT
Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

css-font-stretch-keywords
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download css-font-stretch-keywords

How to add to project

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

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-stretch-keywords

List of CSS font stretches:

  • normal
  • condensed
  • semi-condensed
  • extra-condensed
  • ultra-condensed
  • expanded
  • semi-expanded
  • extra-expanded
  • ultra-expanded

Installation

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

Usage

var fontStretchKeywords = require('css-font-stretch-keywords');
fontStretchKeywords; /*
[
	"normal",
	"condensed",
	"semi-condensed",
	"extra-condensed",
	"ultra-condensed",
	"expanded",
	"semi-expanded",
	"extra-expanded",
	"ultra-expanded"
]
*/

Versions

Version
1.0.1