From af73afe40123663032f90deeb4c8b7f1c21291d8 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Mon, 15 Jun 2026 21:27:34 +0100 Subject: [PATCH] feat(frontend): add Playfair Display heading font to layout and pages Load Playfair Display from Google Fonts via preconnect and stylesheet in root layout, then apply to h1 headings on BookingFlow, Account, and Contact pages for a consistent brand typography. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- frontend/src/lib/components/booking/BookingFlow.svelte | 2 +- frontend/src/routes/+layout.svelte | 6 ++++++ frontend/src/routes/account/+page.svelte | 2 +- frontend/src/routes/contact/+page.svelte | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/booking/BookingFlow.svelte b/frontend/src/lib/components/booking/BookingFlow.svelte index ffb4723..9ca8a68 100644 --- a/frontend/src/lib/components/booking/BookingFlow.svelte +++ b/frontend/src/lib/components/booking/BookingFlow.svelte @@ -1422,7 +1422,7 @@
-

Book Your Appointment

+

Book Your Appointment

Professional beauty treatments in a calm and friendly environment

diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index a4f0511..78d6e1f 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -47,6 +47,12 @@ + + + diff --git a/frontend/src/routes/account/+page.svelte b/frontend/src/routes/account/+page.svelte index ab834f7..5ff5054 100644 --- a/frontend/src/routes/account/+page.svelte +++ b/frontend/src/routes/account/+page.svelte @@ -1141,7 +1141,7 @@
-

My Account

+

My Account

Manage your profile, bookings, and settings

diff --git a/frontend/src/routes/contact/+page.svelte b/frontend/src/routes/contact/+page.svelte index dccd477..0a6081d 100644 --- a/frontend/src/routes/contact/+page.svelte +++ b/frontend/src/routes/contact/+page.svelte @@ -32,7 +32,7 @@
-

Contact Me

+

Contact Me

{#if loading}