nuxt-modules / google-fonts

Google Fonts module for NuxtJS
https://google-fonts.nuxtjs.org
MIT License
497 stars 41 forks source link

googleFonts families in nuxt.config #203

Closed danielhill1982 closed 1 month ago

danielhill1982 commented 1 month ago

"The object literal can only specify known properties, and googleFonts does not exist in the InputConfig<NuxtConfig, ConfigLayerMeta> type."

I don't know what is the reason for this unexpected issue.

Kind regards, Daniel

danielhill1982 commented 1 month ago

I just use this now: https://nuxt.com/modules/fonts It is a very nice module to quickly add webfonts like google fonts!

Thanks.