@mjrdd/inter

1.0.2 • Public • Published

@mjrdd/inter

CSS and web font files for self-hosting Inter fonts.

Visit the source: Inter.

Font version: 3.19

Installation

npm install --save @mjrdd/inter

Setup

import "@mjrdd/inter";

Then, reference the font in a CSS stylesheet:

:root {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: "Inter var", sans-serif;
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @mjrdd/inter

Weekly Downloads

0

Version

1.0.2

License

OFL-1.1-no-RFN

Unpacked Size

5.34 MB

Total Files

43

Last publish

Collaborators

  • mjrdd