Skip to content

Commit

Permalink
docs: move to @nuxt/fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Mar 11, 2024
1 parent f17da3b commit 812da3b
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 61 deletions.
3 changes: 1 addition & 2 deletions docs/nuxt.config.ts
Expand Up @@ -4,11 +4,10 @@ export default defineNuxtConfig({
modules: [
'@nuxt/image',
'@nuxt/content',
'@nuxt/fonts',
'@nuxt/ui',
'@nuxthq/studio',
'@vueuse/nuxt',
'@nuxtjs/fontaine',
'@nuxtjs/google-fonts',
'@nuxtjs/plausible',
'nuxt-og-image',
],
Expand Down
3 changes: 1 addition & 2 deletions docs/package.json
Expand Up @@ -12,11 +12,10 @@
"@iconify-json/ph": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.94",
"@nuxt/content": "^2.12.0",
"@nuxt/fonts": "^0.2.0",
"@nuxt/image": "link:..",
"@nuxt/ui-pro": "^1.0.1",
"@nuxthq/studio": "^1.0.12",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/plausible": "^0.2.4",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/tailwind.config.ts
Expand Up @@ -33,7 +33,7 @@ export default <Partial<Config>>{
},
},
fontFamily: {
sans: ['DM Sans', 'DM Sans fallback', ...defaultTheme.fontFamily.sans],
sans: ['Inter var', 'Inter', ...defaultTheme.fontFamily.sans],
},
},
},
Expand Down
135 changes: 79 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 812da3b

Please sign in to comment.