Skip to content

Commit

Permalink
Update nuxt font
Browse files Browse the repository at this point in the history
Signed-off-by: nurRiyad <[email protected]>
  • Loading branch information
nurRiyad committed Oct 30, 2024
1 parent 1e9c3a0 commit e9323ee
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Nuxt dev/build outputs
.output
.nuxt
.data
# Node dependencies
node_modules
# System files
Expand Down
1 change: 0 additions & 1 deletion assets/css/tailwind.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap');

@tailwind base;
@tailwind components;
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ export default defineNuxtConfig({
modules: [
'nuxt-icon',
'@nuxt/image',
'@nuxt/fonts',
'@vueuse/nuxt',
'nuxt-og-image',
'@nuxt/content',
'@nuxtjs/robots',
'@nuxtjs/sitemap',
'@nuxtjs/fontaine',
'@nuxtjs/color-mode',
'@nuxtjs/tailwindcss',
'@formkit/auto-animate',
Expand Down
Loading

0 comments on commit e9323ee

Please sign in to comment.