Skip to content

Commit

Permalink
✨ Changed fonts in home page and idk what else ngl
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrm committed Jun 15, 2023
1 parent f248ce1 commit bc7fc5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Home() {
></script>
</Head>
<header className={`flex items-center justify-between`}>
<h1 className="text-4xl md:text-8xl lg:text-9xl tracking-tighter font-bold text-black py-5">
<h1 className="text-4xl md:text-8xl lg:text-9xl tracking-tighter font-sauce font-black text-black py-5">
Welcome
</h1>
<div className="login flex items-center">
Expand Down Expand Up @@ -80,7 +80,7 @@ export default function Home() {
</div>
</section>
<section id="posts" className="max-w-6xl mx-auto">
<h1 className="text-4xl md:text-6xl lg:text-8xl tracking-tighter font-bold text-black pt-8 pb-2">
<h1 className="text-3xl md:text-4xl lg:text-6xl tracking-tighter font-black font-sauce text-black pt-8 pb-2">
Posts
</h1>
<hr />
Expand Down

1 comment on commit bc7fc5c

@vercel
Copy link

@vercel vercel bot commented on bc7fc5c Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

crystal – ./

crystal-dnrm.vercel.app
crystal.medina.dev
crystal-git-main-dnrm.vercel.app

Please sign in to comment.