From 17feb15a55eb1d5a9a74e323f9875337da8677de Mon Sep 17 00:00:00 2001 From: Wanjohi Date: Sat, 19 Jul 2025 19:11:41 +0300 Subject: [PATCH] feat: Add more stuff --- packages/web/src/pages/index.astro | 5 ++++- packages/web/src/styles/global.css | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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; }