## next-font

Derived from `@next/font`/`next/font`

This library is intended to be used with `*-plugin-next-font` (currently, there is a `rollup`, `rolldown`, and `vite` plugin)

### Install

```
npm install next-font
```

See [the Next.js documentation](https://nextjs.org/docs/app/api-reference/components/font) for more details. Note that where it uses `next/font` imports, `next-font` imports should be used instead.
