diff --git a/assets/css/main.css b/assets/css/main.css index 7e5113a..ef76128 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -5,7 +5,7 @@ @tailwind components; @tailwind utilities; -body { +* { font-family: "IBM Plex Sans"; } diff --git a/components/Footer.vue b/components/Footer.vue index d44ea2b..3d93689 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -29,7 +29,4 @@ import { SOCIALS, FOOTER_ITEMS } from '../pages/constants' diff --git a/components/Header.vue b/components/Header.vue index 4d10d31..2f7b34f 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -22,7 +22,4 @@ import { HEADER_NAV } from '../pages/constants' diff --git a/pages/index.vue b/pages/index.vue index 7ca8b74..5433ef5 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -6,8 +6,8 @@ class="rounded-lg flex gap-8 md:gap-16 flex-col justify-center items-center h-full w-full aspect-[4/3] md:aspect-[21/9] p-8 md:p-0 text-white" id="main-hero">

Looking for a space? We have one for you!

+ class="font-serif text-2xl md:px-2 italic font-semibold md:text-6xl">space? We have one for you!
@@ -15,7 +15,7 @@

- We care about our consumers, and their quality of place... + We care about our consumers, and their quality of place...

@@ -31,7 +31,7 @@

- ...but we also care about our agents! + ...but we also care about our agents!

@@ -113,9 +113,4 @@ const PROVIDER_FEATURES: Feature[] = [ background-image: url("/photos/search_bg.webp"); background-size: cover; } - -a, -span { - font-family: sans-serif; -} \ No newline at end of file