nuxt / fonts

Plug-and-play web font optimization and configuration for Nuxt apps.
https://fonts.nuxt.com
MIT License
380 stars 4 forks source link

improve font providers #10

Open danielroe opened 3 months ago

danielroe commented 3 months ago

each provider supports some very interesting things, including axes for variable fonts, that we are not always taking advantage of.

would be nice to:

qwerzl commented 2 months ago

@danielroe I'm wondering how we should provide support for variable fonts. AFAIK some of our providers eg. adobe doesn't support variable fonts, so how should we deal with these providers if default.weight is defined as a string in config? Should we just disable the unsupported providers in such cases?