From d7e8c5ae4f3bf6a37c655a066a2e2d21d4edd588 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 16 Oct 2024 19:52:15 +0200 Subject: [PATCH] =?UTF-8?q?feat(#42):=20=F0=9F=8E=A8=20Change=20default=20?= =?UTF-8?q?body=20font=20to=20Signika?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From Lodrina Solid. This font was not best for body uses so we ran a survey with the Com team and picked Signika that is highly legible and slighly adapted to our entertainement sprit. Fix the previous commit where the file was not properly saved due to an IDE issue. --- modules/shared/nuxt.config.ts | 10 +++++----- modules/shared/tailwind.config.ts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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: {