diff --git a/packages/web/src/pages/index.astro b/packages/web/src/pages/index.astro index e11ba246..79e58d95 100644 --- a/packages/web/src/pages/index.astro +++ b/packages/web/src/pages/index.astro @@ -3,5 +3,8 @@ import Layout from "../layouts/Layout.astro"; --- -What the fuck is happening on Nestri +
+

Welcome to My Astro Site

+

This is a subtitle

+
diff --git a/packages/web/src/styles/global.css b/packages/web/src/styles/global.css index f2633381..419c858b 100644 --- a/packages/web/src/styles/global.css +++ b/packages/web/src/styles/global.css @@ -311,6 +311,6 @@ --color-background-100: var(--color-background-100); --color-background-200: var(--color-background-200); - --font-family-sans: "Geist Sans", sans-serif; - --font-family-mono: "Geist Mono Variable", monospace; + --font-sans: "Geist Sans", sans-serif; + --font-mono: "Geist Mono Variable", monospace; }