nuxt-modules / google-fonts

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

This library works for simple use cases only #163

Closed episage closed 10 months ago

episage commented 10 months ago

google-fonts-helper has a bug that prevents this library from downloading fonts in complex use cases such as:

    ['@nuxtjs/google-fonts', {
      download: true,
      text: 'AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSTUWXYZŻŹaąbcćdeęfghijklłmnńoóprstuwxyzżź1234567890 `!@#$%^&*()-=_+[]{}\\|;\':",./<>?',
      families: {
        Poppins: [400, 600, 700],
      },
      preload: true,
    }],

I reported the bug over here https://github.com/datalogix/google-fonts-helper/issues/55

ricardogobbosouza commented 10 months ago

It was corrected https://github.com/datalogix/google-fonts-helper/releases/tag/v3.4.1

Tomorrow I will release a patch with fixes.

episage commented 10 months ago

Nice!

ricardogobbosouza commented 10 months ago

Fixed https://github.com/nuxt-modules/google-fonts/releases/tag/v3.1.1