diff --git a/modules/shared/nuxt.config.ts b/modules/shared/nuxt.config.ts index 0f022b5..11e5edf 100644 --- a/modules/shared/nuxt.config.ts +++ b/modules/shared/nuxt.config.ts @@ -43,7 +43,7 @@ export default defineNuxtConfig({ ], ui: { - safelistColors: ['orange', 'slate'] + safelistColors: ['orange', 'slate'], }, fonts: { @@ -53,10 +53,10 @@ export default defineNuxtConfig({ src: '/fonts/GROBOLD.woff2', }, { - name: 'Londrina Solid', + name: 'Signika', provider: 'google', - weights: [200, 300, 400, 700], - } + weights: [300, 400, 600], + }, ], }, -}) \ No newline at end of file +}) diff --git a/modules/shared/tailwind.config.ts b/modules/shared/tailwind.config.ts index 518222c..0df6591 100644 --- a/modules/shared/tailwind.config.ts +++ b/modules/shared/tailwind.config.ts @@ -6,7 +6,7 @@ export default >{ extend: { fontFamily: { logo: ['Grobold'], - sans: ['Londrina Solid', 'DM Sans', ...defaultTheme.fontFamily.sans] + sans: ['Signika', ...defaultTheme.fontFamily.sans] }, colors: { orange: {