Skip to content

Commit 8da8e0d

Browse files
committed
Fixed font in Landing page
1 parent d80acbc commit 8da8e0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function Home() {
99
className="flex max-w-7xl justify-center mx-auto items-center px-4 sm:px-6 lg:px-8"
1010
style={{ height: "calc(100vh - 56px)" }}
1111
>
12-
<div className="text-center">
12+
<div className="text-center font-body">
1313
<p className="text-gray-400 text-sm tracking-widest mb-2 animate-fade-in">
1414
HEY THERE, I&rsquo;M
1515
</p>

0 commit comments

Comments
 (0)