From b486022c3bc8448f47f41607c6d2647e9034fd92 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:21:39 -0600 Subject: [PATCH] Fix Hero Banner fonts --- app/components/Button.js | 15 +++++---------- app/components/ContentLockup.js | 2 +- app/components/Footer.js | 22 +++++++++++----------- app/components/Logo.js | 2 +- app/components/MenuBarItem.js | 8 ++++---- app/components/NavigationItem.js | 6 ++---- app/globals.css | 19 +++++++++++++++++++ 7 files changed, 43 insertions(+), 31 deletions(-) diff --git a/app/components/Button.js b/app/components/Button.js index bfc2dc1..2324ee2 100644 --- a/app/components/Button.js +++ b/app/components/Button.js @@ -25,16 +25,11 @@ export default function Button({ }; const fontStyles = { - xsmall: - "font-['Inter'] text-[10px] leading-[12px] font-medium tracking-[0%]", - small: - "font-['Inter'] text-[12px] leading-[14px] font-medium tracking-[0%]", - medium: - "font-['Inter'] text-[14px] leading-[16px] font-medium tracking-[0%]", - large: - "font-['Inter'] text-[16px] leading-[20px] font-medium tracking-[0%]", - xlarge: - "font-['Inter'] text-[24px] leading-[28px] font-normal tracking-[0%]", + xsmall: "font-inter text-[10px] leading-[12px] font-medium tracking-[0%]", + small: "font-inter text-[12px] leading-[14px] font-medium tracking-[0%]", + medium: "font-inter text-[14px] leading-[16px] font-medium tracking-[0%]", + large: "font-inter text-[16px] leading-[20px] font-medium tracking-[0%]", + xlarge: "font-inter text-[24px] leading-[28px] font-normal tracking-[0%]", }; const variantStyles = { diff --git a/app/components/ContentLockup.js b/app/components/ContentLockup.js index 8083504..b544105 100644 --- a/app/components/ContentLockup.js +++ b/app/components/ContentLockup.js @@ -35,7 +35,7 @@ const ContentLockup = ({ {/* Description - 20px gap from subtitle at xl */} -

+

{description}

diff --git a/app/components/Footer.js b/app/components/Footer.js index a0b925c..e98da53 100644 --- a/app/components/Footer.js +++ b/app/components/Footer.js @@ -51,12 +51,12 @@ export default function Footer() {
{/* Contact info */}
-
+
Media Economies Design Lab
medlab@colorado.edu @@ -76,7 +76,7 @@ export default function Footer() { height={22} className="flex-shrink-0 group-hover:scale-110 transition-transform" /> -
+
medlabboulder
@@ -92,7 +92,7 @@ export default function Footer() { height={22} className="flex-shrink-0 grayscale group-hover:scale-110 transition-transform" /> -
+
medlabboulder
@@ -103,19 +103,19 @@ export default function Footer() {
Use cases Learn About @@ -126,25 +126,25 @@ export default function Footer() { {/* Bottom section */}
-
+
© All right reserved
Privacy Policy Terms of Service Cookies Settings diff --git a/app/components/Logo.js b/app/components/Logo.js index c9057f5..ae8b8ac 100644 --- a/app/components/Logo.js +++ b/app/components/Logo.js @@ -123,7 +123,7 @@ export default function Logo({ size = "default", showText = true }) { {/* Logo Text - only show if showText is true */} {showText && (