Codemod verified
Regularly tested and maintained by our engineers and codemod expert community.
Next.js
migration
byCodemod
Next/13/Built In Next Font
Last update
Jul 24, 2024
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