From df4c15ff2582d0ce6e03c1216ef451a8e20546ea Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 26 Apr 2026 12:42:21 -0400 Subject: [PATCH] use Inter font --- src/index.css | 6 ++++++ src/index.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/index.css b/src/index.css index bb189ad..484e669 100644 --- a/src/index.css +++ b/src/index.css @@ -1,5 +1,11 @@ @import "tailwindcss"; +@theme { + --font-sans: + "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, + "Segoe UI", sans-serif; +} + @layer components { .card { @apply bg-white/[0.03] border border-white/10 rounded-2xl shadow-lg shadow-black/20 backdrop-blur-sm; diff --git a/src/index.html b/src/index.html index 2d3d4f8..4901694 100644 --- a/src/index.html +++ b/src/index.html @@ -4,6 +4,12 @@ + + + watsup -- 2.51.2