From 3c93956ae68975a40b0e5a091b0b0530f92726a5 Mon Sep 17 00:00:00 2001 From: Anuarbek Zhakhangir Date: Sun, 20 Jul 2025 20:52:54 +0900 Subject: [PATCH] fix: correct font path casing for FLUXGORE in fonts.ts --- src/utils/fonts.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/utils/fonts.ts b/src/utils/fonts.ts index 20e1a1a..552e68a 100644 --- a/src/utils/fonts.ts +++ b/src/utils/fonts.ts @@ -1,11 +1,13 @@ import localfont from "next/font/local"; const fluxgore = localfont({ - src: "../fonts/fluxgore/fluxgore_italic.otf", + src: "../fonts/FLUXGORE/fluxgore_italic.otf", weight: "400", style: "italic", }); + + const gothampro = localfont({ src: [ {