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: support variable fonts #99

Closed qwerzl closed 2 months ago

qwerzl commented 2 months ago

Not sure if this should be called a fix or feat, but this PR adds support for variable fonts as the variable weights were rendered with comma instead of spaces before. eg: font-weight: 100, 900 instead of font-weight: 100 900.