Skip to content

Commit 0025ed7

Browse files
committed
style: font used
1 parent 00bb8d4 commit 0025ed7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/LuxeNavbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const LuxeNavbar = ({
4141
</button>
4242

4343
<Link to="/" className="flex items-center gap-2 group">
44-
<span className="font-playfairDisplay text-xl font-bold tracking-tight text-[#1A1A1A]">
44+
<span className="font-playfairDisplay text-xl font-normal tracking-tight text-[#1A1A1A]">
4545
Fezcodex
4646
</span>
4747
</Link>

src/components/LuxeSidebar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const LuxeSidebar = ({
200200
isOpen && window.innerWidth < 768 ? toggleSidebar : undefined
201201
}
202202
>
203-
<span className="font-playfairDisplay text-2xl font-bold text-[#1A1A1A]">
203+
<span className="font-instr-serif text-2xl font-normal text-[#1A1A1A]">
204204
Fezcodex
205205
</span>
206206
</Link>

src/pages/luxe-views/LuxeHomePage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ const OmniverseHero = () => {
441441
<GlobeIcon size={16} className="text-[#8D4004] animate-spin-slow" />
442442
<span className="font-mono text-[10px] uppercase tracking-[0.2em] text-black/80">Omniverse::Online</span>
443443
</div>
444-
<h1 className="font-playfairDisplay text-8xl md:text-[10rem] text-[#1A1A1A] leading-[0.8] mb-6 tracking-tighter mix-blend-overlay">
444+
<h1 className="font-instr-serif text-8xl md:text-[10rem] text-[#1A1A1A] leading-[0.8] mb-6 px-16 tracking-tighter mix-blend-overlay">
445445
<span className="italic">FEZ</span><br/><span className="text-black/40">CODEX</span>
446446
</h1>
447447
<p className="font-outfit text-sm uppercase tracking-widest text-black/60 max-w-md mx-auto">

0 commit comments

Comments
 (0)