font.ts 198 B

123456789
  1. import localFont from "next/font/local";
  2. export const hongLei = localFont({
  3. src: "../styles/fonts/honglei.ttf"
  4. });
  5. export const yunFeng = localFont({
  6. src: "../styles/fonts/yunFeng.ttf"
  7. });