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

feat: adobe fonts provider #55

Closed qwerzl closed 2 months ago

qwerzl commented 2 months ago

This PR resolves #11. What is different from the proposal written in the issue is that when a font is matched in the kit, a regex filters out the @font-face declarations that are not related to the font requested.

I think the next thing we can work on this provider is to work with different kit IDs and treat them like separate providers.

qwerzl commented 2 months ago

All resolved. Also fixed the bug where font faces with spaces in their names can't get matched.