Skip to content
Discussion options

You must be logged in to vote

You can disable Google fonts as a provider in nuxt.config.ts.

export default defineNuxtConfig({
  devtools: { enabled: true },
  extends: ['shadcn-docs-nuxt'],
  fonts: {
    providers: {
      google: false, // Disable google fonts
    }
  }
})

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Rwagsu
Comment options

@ZTL-UwU
Comment options

@Rwagsu
Comment options

Answer selected by ZTL-UwU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants