css-font-face-src

WebJar for css-font-face-src

License

License

BSD 2-Clause
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

css-font-face-src
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

css-font-face-src
WebJar for css-font-face-src
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/cburgmer/css-font-face-src

Download css-font-face-src

How to add to project

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

NPM version

A CSS @font-face src property value parser.

Example

var parser = require('css-font-face-src');

parser.parse('local("The Font"), url("font.otf") format("opentype"), url("font.woff"), local("Another Font")');

will return

[ { local: 'The Font' },
  { url: 'font.otf', format: 'opentype' },
  { url: 'font.woff' },
  { local: 'Another Font' } ]

Build Status

Author

Christoph Burgmer. Licensed under BSD-2-Clause. Reach out on Twitter.

Versions

Version
1.0.0
0.2.2