the fonts are not working when i deploy . they are working just fine locally
Current versus Expected behavior
Code, configuration, and steps that reproduce this issue
import { Itim } from "next/font/google"; import localFont from "next/font/local";
export const betha = localFont({ src: [{path: "../../public/fonts/Betha.otf", weight: "100 900"}], weight: "100 900", });
export const itim = Itim({ subsets: ["latin"], variable: "--font-Itim", weight: "400", });
Project information
Deployment URL: avinamoney.comEnvironment: production