Is there any easy way to remove any query to google font api "fonts.gstatic.com" in Nuxt.Js ? I would rather provide font files myself.
So far I tried to remove any mention of fonts.gstatic.com from .nuxt/components/index.js
, but it seems that the command build
reset my modifications, so nothing changed.
My configuration is quite simple, I initialized an app with @nuxt/content-theme-docs
.