1.0.2 • Published 1 year ago

@mjrdd/inter v1.0.2

Weekly downloads
-
License
OFL-1.1-no-RFN
Repository
github
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago