diff --git a/assets/style/main.css b/assets/style/main.css index 8c0b8c35..582fb3a3 100644 --- a/assets/style/main.css +++ b/assets/style/main.css @@ -26,17 +26,14 @@ html, body, #__nuxt, #__layout { } @font-face { - font-family: "Testimonial"; - src: local("Testimonial"), url("/font/PPEditorialNew-UltralightItalic.otf") format("opentype"); - font-display: swap; + font-family: "Testimonial", serif; } -@layer components { - .font-testimonial { - font-family: "Testimonial", sans-serif; - @apply tracking-wider - } +@font-face { + font-family: "Geist", sans-serif; +} +@layer components { .text-gradient { @apply bg-clip-text text-transparent; @apply bg-gradient-to-bl from-accent-primary to-accent-secondary; @@ -76,7 +73,7 @@ html, body, #__nuxt, #__layout { } .writing { - @apply prose antialiased text-gray-700/90 dark:text-gray-400/80 leading-relaxed; + @apply prose antialiased font-geist text-gray-700/90 dark:text-gray-400/80 leading-relaxed; @apply prose-h1:text-2xl prose-h1:mb-0 sm:prose-h1:text-3xl prose-h1:text-zinc-900 dark:prose-h1:text-zinc-100 prose-h1:italic prose-h1:font-[600]; @apply prose-h2:text-xl sm:prose-h2:text-2xl prose-h2:text-zinc-900 dark:prose-h2:text-zinc-100; @apply prose-h3:text-lg sm:prose-h3:text-xl prose-h3:text-zinc-900 dark:prose-h3:text-zinc-100; diff --git a/bun.lockb b/bun.lockb index e52e93dd..48f9778d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/content/Home.vue b/components/content/Home.vue index db34ed57..1f1cebbb 100644 --- a/components/content/Home.vue +++ b/components/content/Home.vue @@ -34,7 +34,7 @@ defineOgImage({ url: appConfig.openGraphImage, width: 1200, height: 630, alt: 'H -

+

diff --git a/layouts/default.vue b/layouts/default.vue index 95bd40ee..3af2b871 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,3 +1,9 @@ + +