@dannymichel/proxima-nova
v4.5.2
Published
Self-host the Proxima Nova font in a neatly bundled NPM package.
Maintainers
Readme
Proxima Nova
The CSS and web font files to easily self-host the “Proxima Nova” font.
Quick Installation
yarn add @dannymichel/proxima-nova // npm install @dannymichel/proxima-novaWithin your app entry file or site component, import it in.
import "@dannymichel/proxima-nova"; // Defaults to weight 400.Supported variables:
- Weights:
[400,700] - Styles:
[italic,normal] - Supported subsets:
[latin]
Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.
body {
font-family: "Proxima Nova";
}