@voaii/proxima-nova

4.5.2 • Public • Published

Proxima Nova

The CSS and web font files to easily self-host the “Proxima Nova” font.

Quick Installation

yarn add @voaii/proxima-nova // npm install @voaii/proxima-nova

Within your app entry file or site component, import it in.

import "@voaii/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";
}

Package Sidebar

Install

npm i @voaii/proxima-nova

Weekly Downloads

14

Version

4.5.2

License

MIT

Unpacked Size

864 kB

Total Files

31

Last publish

Collaborators

  • voaii