Load Geist via @font-face and update landing copy for vibe-coding template

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Rami Bitar
2026-06-28 16:05:45 -04:00
parent d2558fc07e
commit 20d666b375
3 changed files with 31 additions and 53 deletions

View File

@@ -4,12 +4,28 @@
@custom-variant dark (&:is(.dark *));
@font-face {
font-family: 'Geist';
font-display: swap;
font-style: normal;
font-weight: 300 700;
src: url('https://fonts.gstatic.com/s/geist/v5/gyByhwUxId8gMEwcGFWNOITd.woff2') format('woff2');
}
@font-face {
font-family: 'Geist Mono';
font-display: swap;
font-style: normal;
font-weight: 300 700;
src: url('https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrcdmhHkjko.woff2') format('woff2');
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-sans);
--font-mono: var(--font-geist-mono);
--font-heading: var(--font-sans);
--font-sans: 'Geist', sans-serif;
--font-mono: 'Geist Mono', monospace;
--font-heading: 'Geist', sans-serif;
--color-sidebar-ring: var(--sidebar-ring);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);