From c068e855fcc4b6d69d6ad9970a990d767f037fd7 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sat, 30 Nov 2024 15:42:55 -0500 Subject: [PATCH 1/3] Reference: 2025 MVP 0.1 --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c43b978..9cf1799 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,8 @@ ## Usage ```shell -npm i SquiggleConf2025 -``` - -```ts -import { greet } from "SquiggleConf2025"; - -greet("Hello, world! 💖"); +pnpm i +pnpm dev ``` ## Contributors From 9266a6aae529403bed8a91a33b7a07655c859c0b Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sat, 30 Nov 2024 17:42:55 -0500 Subject: [PATCH 2/3] Urbanist year --- src/components/EmphasizedText.astro | 2 +- src/components/Logo.astro | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/EmphasizedText.astro b/src/components/EmphasizedText.astro index 09bbfcf..f1b34b1 100644 --- a/src/components/EmphasizedText.astro +++ b/src/components/EmphasizedText.astro @@ -1,4 +1,4 @@ - + diff --git a/src/components/Logo.astro b/src/components/Logo.astro index 1c84310..fd53d6c 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -8,7 +8,7 @@ import TextSquiggly from "./TextSquiggly.astro"; Squiggle Conf - 2025 + 2025 From 0f5afe01b34a196441fb3aaab955e398938d38d8 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sat, 30 Nov 2024 17:43:52 -0500 Subject: [PATCH 3/3] light year --- src/components/Logo.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Logo.astro b/src/components/Logo.astro index fd53d6c..408590b 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -22,5 +22,6 @@ import TextSquiggly from "./TextSquiggly.astro"; .year { font-family: var(--fontFamilyText); + font-weight: 300; }