Implement blog

This commit is contained in:
2024-06-21 16:01:15 +02:00
parent f847ec6390
commit fc7b98afdd
13 changed files with 201 additions and 26 deletions

View File

@@ -57,7 +57,8 @@ export default defineNuxtConfig({
families: {
'Inter': [400, 500, 600, 700, 800, 900],
'Sofia Sans': [400],
'DM Sans': [400, 500, 600, 700, 800, 900]
'DM Sans': [400, 500, 600, 700, 800, 900],
'Dancing Script': [400, 700]
}
},