Ricardo Gobbo de Souza

Results 139 comments of Ricardo Gobbo de Souza

Hi @galaczi, @derteaser Google fonts uses your browser based to know which fonts it will download. This module uses under the hood the [google-fonts-helper](https://github.com/ricardogobbosouza/google-fonts-helper) which defines the default user-agent. https://github.com/ricardogobbosouza/google-fonts-helper/blob/master/src/index.ts#L104...

Soon I will release the new version of [google-fonts-helper](https://github.com/datalogix/google-fonts-helper) will fix this problem It is worth remembering that when using `subsets` automatically or the module uses google fonts v1 which...

Hi @AminAzGol You tested with the version v1.2.0?

You can try to enable `overwriting` or do as @jornwildenbeest https://google-fonts.nuxtjs.org/downloading#overwriting

Soon I will release the new version of [google-fonts-helper](https://github.com/datalogix/google-fonts-helper) will fix this problem It is worth remembering that when using `subsets` automatically or the module uses google fonts v1 which...

Hi @keithpowers Could you explain to me what is affecting? So that I can provide an option for this

@manniL I think you can close this, it's a question about how to do regexp

Could you give me an example of how you're thinking?

@manniL if change ```js if (this.options.mode === 'spa') { ``` to ```js this.nuxt.hook('generate:before', () => { ``` What I tested would solve the problem well.