Store downloaded Nuxt font assets in public/fonts instead of relying only on .nuxt/cache output.
This makes CI/CD builds work without external font provider access: the app uses committed local fonts first, and remote download is only needed when refreshing or bootstrapping missing fonts.
Store downloaded Nuxt font assets in
public/fontsinstead of relying only on.nuxt/cache output.This makes CI/CD builds work without external font provider access: the app uses committed local fonts first, and remote download is only needed when refreshing or bootstrapping missing fonts.