Closed
Description
🐛 The bug
src/providers/adobe.ts
caches only the fonts in the kit on the call
(Other providers cache all the fonts for the provider)- After it's been cached, new fonts added to the kit won't work
- For the font to work, you will have to wait a week or clear the cache manually
(In Nuxt, this requires deleting the meta file innode_modules/.cache/nuxt/fonts/meta/adobe
.)
🛠️ To reproduce
Couldn't create a reproduction as stackblitz give CORS errors
🌈 Expected behaviour
New fonts added to the kit are found.
ℹ️ Additional context
No response