From 2f60ee6639c94af71b4c952238094e605aa70bec Mon Sep 17 00:00:00 2001 From: Felipe Coutinho Date: Sat, 14 Mar 2026 12:51:43 +0000 Subject: [PATCH] chore: simplifica pesos da fonte america --- public/fonts/font_index.ts | 10 ---------- 1 file changed, 10 deletions(-) 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",