4.5.2 • Published 2 years ago

@dannymichel/proxima-nova v4.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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