chore: better font
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
3ad75b83ec
commit
b7d67fbd60
2 changed files with 2 additions and 2 deletions
|
|
@ -123,7 +123,7 @@
|
|||
|
||||
@layer utilities {
|
||||
.text-fluid {
|
||||
font-size: 13vw;
|
||||
font-size: 14.5vw;
|
||||
white-space: nowrap;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue