mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-06-08 01:04:20 +02:00
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:
parent
3a3a94f975
commit
d7e8c5ae4f
@ -43,7 +43,7 @@ export default defineNuxtConfig({
|
|||||||
],
|
],
|
||||||
|
|
||||||
ui: {
|
ui: {
|
||||||
safelistColors: ['orange', 'slate']
|
safelistColors: ['orange', 'slate'],
|
||||||
},
|
},
|
||||||
|
|
||||||
fonts: {
|
fonts: {
|
||||||
@ -53,10 +53,10 @@ export default defineNuxtConfig({
|
|||||||
src: '/fonts/GROBOLD.woff2',
|
src: '/fonts/GROBOLD.woff2',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Londrina Solid',
|
name: 'Signika',
|
||||||
provider: 'google',
|
provider: 'google',
|
||||||
weights: [200, 300, 400, 700],
|
weights: [300, 400, 600],
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
@ -6,7 +6,7 @@ export default <Partial<Config>>{
|
|||||||
extend: {
|
extend: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
logo: ['Grobold'],
|
logo: ['Grobold'],
|
||||||
sans: ['Londrina Solid', 'DM Sans', ...defaultTheme.fontFamily.sans]
|
sans: ['Signika', ...defaultTheme.fontFamily.sans]
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
orange: {
|
orange: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user