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
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue