nuxt-modules / google-fonts

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

Font is requested 3 times #204

Open notflip opened 1 month ago

notflip commented 1 month ago

When I reload the page, my font is being downloaded 3 times, I also see the font flashing 2 times before it settles. Any idea what might be causing this?

  googleFonts: {
    families: {
      'Open+Sans': {
        wght: [400, 500],
      },
    },
  },

Screenshot 2024-05-29 at 09 56 03