dist-font-inter

4.0.2 • Public • Published

Inter

Since Google Fonts only offers an outdated version of Inter that doesn't ship with all glyphs, here is a package with Inter v4 as originally distributed by RSMS.

Inter on GitHub

npm i --save dist-font-inter

Usage

Import the static Inter font:

import "dist-font-inter";

And use it in your styles as follows:

body {
  font-family: "Inter";
}

Variable Font

Alternatively, it is also possible to import the variable font:

import "dist-font-inter/variable";

And then used it as follows:

body {
  font-family: "InterVariable";
}

Readme

Keywords

Package Sidebar

Install

npm i dist-font-inter

Weekly Downloads

0

Version

4.0.2

License

none

Unpacked Size

4.81 MB

Total Files

44

Last publish

Collaborators

  • marcantondahmen