Alejandro Mery
Explore posts from servers@nuxt/fonts + tailwindcss - use only local cache
I'm working on a nuxt3/static-embedded with
tailwindcss
and @nuxt/fonts
and I want to use a google font but always served from /_fonts
.
I do see css rules generated when running pnpm dev --host
but the <div>Hello, World!</div>
on my index.vue
doesn't get the font applied and the woff file is never downloaded.
Am I missing something?2 replies