chore: better font

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2025-06-04 21:37:53 +05:30
parent 3ad75b83ec
commit b7d67fbd60
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@
@layer utilities {
.text-fluid {
font-size: 13vw;
font-size: 14.5vw;
white-space: nowrap;
box-sizing: border-box;
}

View file

@ -7,7 +7,7 @@ export function NameComponent() {
const { theme } = useTheme();
return (
<div className="flex justify-center font-[family-name:var(--font-spacegrotesk-sans)] font-semibold text-fluid">
<div className="flex justify-center font-[family-name:var(--font-spacegrotesk-sans)] font-semibold text-fluid tracking-tighter">
<p>
<span className="selection:bg-red-500">Ameya </span>
<span