import localFont from "next/font/local"; export const hongLei = localFont({ src: "../styles/fonts/honglei.ttf" }); export const yunFeng = localFont({ src: "../styles/fonts/yunFeng.ttf" });