You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SEO- and performance-wise it makes sense to add a <link rel="preload" tag for the fonts used by the site. The option preload: true however only works, if download: false is set. It would be great, if it also works with downloaded fonts.
The text was updated successfully, but these errors were encountered:
It's also worth mentioning, that https://github.com/nuxt/fonts has the preload-feature on-board, and it seems, that nuxt/fonts will be the successor package of nuxt-modules/google-fonts (see nuxt/fonts#57)
SEO- and performance-wise it makes sense to add a
<link rel="preload"
tag for the fonts used by the site. The optionpreload: true
however only works, ifdownload: false
is set. It would be great, if it also works with downloaded fonts.The text was updated successfully, but these errors were encountered: