chore: font sync

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2025-06-24 16:05:30 +05:30
parent ad3c834ad2
commit c0946fc285
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ export default function RootLayout({
enableSystem
disableTransitionOnChange
>
<div className="min-h-screen selection:bg-red-200 dark:selection:bg-red-900">
<div className="min-h-screen selection:bg-red-200 dark:selection:bg-red-900 font-[family-name:var(--font-spacegrotesk-sans)]">
<ServiceWorkerManager />
<GSAPCursor />
<NavigationMenu />

View file

@ -16,7 +16,7 @@ export function NavigationMenu() {
const pathname = usePathname();
return (
<div className="flex justify-center">
<div className="flex justify-center font-[family-name:var(--font-spacegrotesk-sans)]">
<div className="flex justify-center fixed left-1/2 -translate-x-1/2 -translate-y-1/2 bottom-5 md:top-10 md:bottom-auto z-20 backdrop-blur-sm bg-white/20 outline-none rounded-lg border-1">
<Link href="/">
<Button