Skip to content

Commit 63417fc

Browse files
committed
update fonts in welcome
1 parent 052221c commit 63417fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/pages/welcome.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export default function Welcome() {
77
return (
88
<>
99
<Head title="Welcome">
10-
<link rel="preconnect" href="https://fonts.bunny.net" />
11-
<link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" />
10+
<link rel="preconnect" href="https://fonts.bunny.net">
11+
<link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel="stylesheet" />
1212
</Head>
1313
<div className="flex min-h-screen flex-col items-center bg-[#FDFDFC] p-6 text-[#1b1b18] lg:justify-center lg:p-8 dark:bg-[#0a0a0a]">
1414
<header className="mb-6 w-full max-w-[335px] text-sm not-has-[nav]:hidden lg:max-w-4xl">
@@ -787,4 +787,4 @@ export default function Welcome() {
787787
</div>
788788
</>
789789
);
790-
}
790+
}

0 commit comments

Comments
 (0)