diff --git a/public/fonts/font_index.ts b/public/fonts/font_index.ts index 3fe3967..91ce81b 100644 --- a/public/fonts/font_index.ts +++ b/public/fonts/font_index.ts @@ -7,16 +7,6 @@ export const america = localFont({ weight: "400", style: "normal", }, - { - path: "./america-medium.woff2", - weight: "500", - style: "normal", - }, - { - path: "./america-bold.woff2", - weight: "700", - style: "normal", - }, ], display: "swap", variable: "--font-america",