Package Exports
- @dannymichel/proxima-nova
- @dannymichel/proxima-nova/index.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dannymichel/proxima-nova) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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";
}