chore: font sync
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
ad3c834ad2
commit
c0946fc285
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ export default function RootLayout({
|
||||||
enableSystem
|
enableSystem
|
||||||
disableTransitionOnChange
|
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 />
|
<ServiceWorkerManager />
|
||||||
<GSAPCursor />
|
<GSAPCursor />
|
||||||
<NavigationMenu />
|
<NavigationMenu />
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ export function NavigationMenu() {
|
||||||
const pathname = usePathname();
|
const pathname = usePathname();
|
||||||
|
|
||||||
return (
|
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">
|
<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="/">
|
<Link href="/">
|
||||||
<Button
|
<Button
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue