diff --git a/frontend/src/composables/useFontLoader.ts b/frontend/src/composables/useFontLoader.ts index 50c96f4..6c01f14 100644 --- a/frontend/src/composables/useFontLoader.ts +++ b/frontend/src/composables/useFontLoader.ts @@ -14,7 +14,7 @@ export function useFontLoader() { const fontStore = useFontStore() async function fetchFontListWithFallback(): Promise { - const candidates = ['/fonts.json', '/frontend/dist/fonts.json'] + const candidates = ['/frontend/public/fonts.json', '/fonts.json'] const errors: string[] = [] for (const url of candidates) {