feat(theme): swap script display font Italianno → Tangerine
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 <link> in index.html. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c432cfb772
commit
19484825bb
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=Aboreto&family=Italianno&family=Roboto:wght@300;400;500;700&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Aboreto&family=Roboto:wght@300;400;500;700&family=Tangerine:wght@700&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<title>Château du Faune — Centre pour l'art et l'écologie</title>
|
<title>Château du Faune — Centre pour l'art et l'écologie</title>
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
--font-sans:
|
--font-sans:
|
||||||
'Roboto', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
|
'Roboto', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
|
||||||
--font-display: 'Aboreto', 'Cormorant Garamond', Georgia, serif;
|
--font-display: 'Aboreto', 'Cormorant Garamond', Georgia, serif;
|
||||||
--font-script: 'Italianno', 'Allura', 'Pinyon Script', cursive;
|
--font-script: 'Tangerine', 'Allura', cursive;
|
||||||
}
|
}
|
||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue