From 19484825bb5a2ffcdecff7cc2a6319ad1f2058c7 Mon Sep 17 00:00:00 2001 From: Padreug Date: Tue, 9 Jun 2026 12:37:53 +0200 Subject: [PATCH] =?UTF-8?q?feat(theme):=20swap=20script=20display=20font?= =?UTF-8?q?=20Italianno=20=E2=86=92=20Tangerine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Italianno's thin calligraphic strokes broke up at the hero title's display size (the user noted the letters appeared disconnected). Tangerine at 700 weight reads as a heavier italic serif with cleaner glyph shapes and holds together at 96-128px. Updates --font-script in the Tailwind theme block plus the Google Fonts in index.html. Co-Authored-By: Claude Opus 4.7 (1M context) --- index.html | 2 +- src/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a353e98..5c99a7a 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ Château du Faune — Centre pour l'art et l'écologie diff --git a/src/style.css b/src/style.css index d440527..5b12c48 100644 --- a/src/style.css +++ b/src/style.css @@ -76,7 +76,7 @@ --font-sans: 'Roboto', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif; --font-display: 'Aboreto', 'Cormorant Garamond', Georgia, serif; - --font-script: 'Italianno', 'Allura', 'Pinyon Script', cursive; + --font-script: 'Tangerine', 'Allura', cursive; } @layer base {