JSPM

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

Next.js plugin to load and preload fonts

Package Exports

  • @nfq/next-fonts
  • @nfq/next-fonts/webpack

Readme

@NFQ Next.Js Fonts

GitHub license EsLint Horusec Cypress


  1. Description
  2. Getting started
    1. Installation
    2. PeerDependencies
  3. Usage
  4. Props
  5. Support

Description: License: MIT

An small package that adds auto @font-face generation to your next.js project. It also adds the preview link tags to the head of the document.

(back to top)


Getting started

To setup the project locally follow the next steps:

Installation

To install the package run

npm install <Project name>

if you are on yarn

yarn add <Project name>

or on pnpm

pnpm install <Project name>

PeerDependencies:

The following PeerDependencies are needed so the package does work:

  • typescript >= 4.9.5

(back to top)


Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)


Props

Use this space for prop tables if you make an react module or for params if you create js module. Or use it for arguments if you create an cli.

(back to top)


Support

Christoph Kruppe - [https://github.com/ckruppe] - c.kruppe@nfq.de

(back to top)