feat(#42): 🎨 Change default body font to Signika

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.
This commit is contained in:
Simon Pistache 2024-10-16 19:52:15 +02:00 committed by ChatonDeAru (Romain)
parent 3a3a94f975
commit d7e8c5ae4f
2 changed files with 6 additions and 6 deletions

View File

@ -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],
},
],
},
})
})

View File

@ -6,7 +6,7 @@ export default <Partial<Config>>{
extend: {
fontFamily: {
logo: ['Grobold'],
sans: ['Londrina Solid', 'DM Sans', ...defaultTheme.fontFamily.sans]
sans: ['Signika', ...defaultTheme.fontFamily.sans]
},
colors: {
orange: {