Skip to content

Commit

Permalink
refactor: Update font in Home component for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-n3m0 committed Aug 24, 2024
1 parent d0a6316 commit c59ff4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { motion } from "framer-motion";

const Home = () => {
return (
<div className="relative min-h-screen overflow-hidden font-product-sans">
<div className="relative min-h-screen overflow-hidden font-outfit">
<LampContainer>
<motion.h1
initial={{ opacity: 0.5, y: 100 }}
Expand All @@ -13,7 +13,7 @@ const Home = () => {
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]
Expand Down

0 comments on commit c59ff4a

Please sign in to comment.