google-fonts icon indicating copy to clipboard operation
google-fonts copied to clipboard

Google Fonts module for NuxtJS

Results 45 google-fonts issues
Sort by recently updated
recently updated
newest added

SEO- and performance-wise it makes sense to add a `

enhancement

My Nuxt config file is as below ``` // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, css: ['~/assets/css/main.css'], postcss: { plugins: { tailwindcss: {}, autoprefixer: {}, }, },...

Is it possible to specify to download all font weights, instead of having to specify them individually? My presumption was setting to `true` would do this, but it doesn't seem...

enhancement

![CleanShot 2024-01-22 at 18 34 16](https://github.com/nuxt-modules/google-fonts/assets/38668796/c5389275-65be-460a-8a24-45eda2b49d47) gives an error for these, but they are not required fields. https://github.com/nuxt-modules/google-fonts/blob/dbd45b4713335840d4ad9ab66b3cfa352ec8e7f1/src/module.ts#L39-L43

Hi, this my nuxt.config.ts ```typescript // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, modules: [ "@nuxtjs/tailwindcss", "@nuxtjs/google-fonts", "@vueuse/nuxt" ], components: [ { path: "~/components", pathPrefix: false } ],...

Resolve #158 A temporary solution. Maybe this configuration of `cssnano` should come by default in nuxt, only in production mode ```ts { cssnano: { preset: ['default', { discardComments: { removeAll:...

**Current Situation**: Currently, as reported in #106, it is not possible to include only the requested text for each individual font. The current implementation fetches the entire font data in...

This config in the Nuxt config file triggers an javascript heap error during a Netlify build: ` googleFonts: { preconnect: true, preload: true, families: { 'Nunito+Sans': { wght: [300, 400,...

bug
help wanted

https://github.com/datalogix/google-fonts-helper/pull/57

enhancement

Adds `crossOrigin` option. > The crossorigin attribute indicates whether the resource should be fetched with a CORS request as the font may come from a different domain. Without this attribute,...