Update website fonts and increase the logo size for better visual appeal

Implements font changes to Sansita, Cairo, and Hind Madurai, and increases logo size by 3x.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8edd7914-5876-4d29-aab5-6ef744c7db4e
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/8f37072d-b58f-4779-a375-be1a28d14636.jpg
This commit is contained in:
JeffEmmett 2025-05-19 13:43:38 +00:00
parent 4891e48d0f
commit 61ad6c450d
2 changed files with 8 additions and 8 deletions

View File

@ -3,9 +3,9 @@ import LogoImage from "../../assets/Pilates with Fadia.png";
export function Logo({ className = "", size = "regular" }: { className?: string, size?: "small" | "regular" | "large" }) {
const sizeClasses = {
small: "h-8",
regular: "h-12",
large: "h-16",
small: "h-24", /* 3x from h-8 */
regular: "h-36", /* 3x from h-12 */
large: "h-48", /* 3x from h-16 */
};
return (

View File

@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&family=Cairo:wght@300;400;500;600&family=Hind+Guntur:wght@300;400;500;600&family=Aref+Ruqaa:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita:wght@400;700;800;900&family=Cairo:wght@300;400;500;600&family=Hind+Madurai:wght@300;400;500;600&family=Aref+Ruqaa:wght@400;700&display=swap');
@tailwind base;
@tailwind components;
@ -56,11 +56,11 @@
body {
@apply font-sans antialiased bg-background text-foreground;
font-family: 'Hind Guntur', sans-serif;
font-family: 'Hind Madurai', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', sans-serif;
font-family: 'Sansita', sans-serif;
}
.subtitle, .card-subtitle, .section-subtitle {
@ -162,11 +162,11 @@
}
.font-playfair, .title {
font-family: 'Raleway', sans-serif;
font-family: 'Sansita', sans-serif;
}
.font-raleway {
font-family: 'Hind Guntur', sans-serif;
font-family: 'Hind Madurai', sans-serif;
}
.font-aref {