@openfonts/noto-sans_all

WebJar for @openfonts/noto-sans_all

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

openfonts__noto-sans_all
Last Version

Last Version

1.44.0
Release Date

Release Date

Type

Type

jar
Description

Description

@openfonts/noto-sans_all
WebJar for @openfonts/noto-sans_all
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/bedlaj/openfonts

Download openfonts__noto-sans_all

How to add to project

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

What

This is fork of awesome project typefaces, allowing to use different character subsets.

Each typeface package ships with all the necessary font files and css to self-host an open source typeface.

All Google Fonts have been added as well.

How

Couldn’t be easier. This is how you’d add Open Sans.

npm install --save @openfonts/open-sans_latin

Then in your app or site’s entry file.

require("@openfonts/open-sans_latin")

And that’s it! You’re now self-hosting Open Sans!

It should take < 5 minutes to swap out Google Fonts.

Typeface assumes you’re using webpack with loaders setup for loading css and font files (you can use Typeface with other setups but webpack makes things really really simple). Assuming your webpack configuration is setup correctly you then just need to require the typeface in the entry file for your project.

Versions

Version
1.44.0