Next/13/Built In Next Font

1.0.2Last update Jan 10, 2025
by@Codemod
Next.js
migration

This codemod transforms the module specifier @next/font/* in import statements into next/font/*.

Using the @next/font/* modules is deprecated since Next.js v13.2.

Example

Before

import { Inter } from "@next/font/google";

After

import { Inter } from "next/font/google";

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now