Getting an error when trying to import the Geist Mono font.
Roboto Mono works fine.
Any suggestions?
import { Roboto_Mono, Geist_Mono } from "next/font/google";
export const robotoMono = Roboto_Mono({
weight: '700',
subsets: ['latin'],
display: 'swap'
});
export const geistMono = Geist_Mono({
weight: '500',
subsets: ['latin'],
display: 'swap'
});
utils/fonts.js
`next/font` error:
Unknown font `Geist Mono`