1.0.2 • Published 3 years ago

@mjrdd/inter v1.0.2

Weekly downloads
-
License
OFL-1.1-no-RFN
Repository
github
Last release
3 years ago

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

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago