From c59ff4afb2ec0316881d5a399b060abc1b3df817 Mon Sep 17 00:00:00 2001 From: Debjit Naskar <45399832+captain-n3m0@users.noreply.github.com> Date: Sat, 24 Aug 2024 06:21:52 +0530 Subject: [PATCH] refactor: Update font in Home component for better readability --- src/pages/Home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 37519a7..645e7fd 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -3,7 +3,7 @@ import { motion } from "framer-motion"; const Home = () => { return ( -
+
{ duration: 0.8, ease: "easeInOut", }} - className="text-center text-white font-product-sans leading-tight + className="text-center text-white font-semibold leading-tight sm:text-3xl sm:leading-[40px] md:text-4xl md:leading-[50px] lg:text-5xl lg:leading-[60px]