diff --git a/components.d.ts b/components.d.ts index 63ea8a3..37170b2 100644 --- a/components.d.ts +++ b/components.d.ts @@ -7,6 +7,7 @@ declare module 'vue' { AboutMe: typeof import('./src/components/presentation/AboutMe.vue')['default'] AppHeader: typeof import('./src/components/AppHeader.vue')['default'] BlogPosts: typeof import('./src/components/posts/BlogPosts.vue')['default'] + Island: typeof import('./node_modules/.pnpm/iles@0.7.40_sass@1.53.0/node_modules/iles/dist/client/app/components/Island.vue')['default'] JulienCalixte: typeof import('./src/components/core/JulienCalixte.vue')['default'] ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default'] Welcome: typeof import('./src/components/Welcome.vue')['default'] diff --git a/src/app.ts b/src/app.ts index e54b490..9031913 100644 --- a/src/app.ts +++ b/src/app.ts @@ -11,7 +11,7 @@ export default defineApp({ link: [ { rel: "stylesheet", - href: "https://fonts.googleapis.com/css2?family=Fenix&family=Meow+Script&display=swap", + href: "https://fonts.googleapis.com/css2?family=Gulzar&family=Meow+Script&display=swap", }, ], }; diff --git a/src/assets/base.scss b/src/assets/base.scss index 63a7cca..8dc49b3 100644 --- a/src/assets/base.scss +++ b/src/assets/base.scss @@ -66,7 +66,7 @@ body { background: var(--color-background); transition: color 0.5s, background-color 0.5s; line-height: 1.6; - font-family: "Fenix", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, + font-family: "Gulzar", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, serif; font-size: 22px; text-rendering: optimizeLegibility; @@ -88,7 +88,18 @@ h6 { color: var(--primary); } -.julien-calixte { - font-family: "Meow Script", "Lucida Sans", "Lucida Sans Regular", - "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; +h1 { + font-size: 1.8em; } + +h2 { + font-size: 1.2em; +} + +.julien-calixte { + font-family: "Meow Script", "Lucida Sans", "Lucida Sans Regular", Geneva, Verdana, sans-serif; +} + +strong { + font-weight: bold; +} \ No newline at end of file