JSPM

@dannymichel/proxima-nova

4.5.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 139
  • Score
    100M100P100Q92247F
  • License MIT

Self-host the Proxima Nova font in a neatly bundled NPM package.

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-nova

Within 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";
}