@mjrdd/inter

CSS and web font files for self-hosting Inter fonts


Keywords
Inter
License
OFL-1.1-no-RFN
Install
npm install @mjrdd/inter@1.0.2

Documentation

@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;
  }
}