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