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 @@ + + +