feat(home/hero): use Berry Rotunda for the title font
Swap the hero wordmark font from Sketch Gothic School (free for personal use only) to Berry Rotunda — a public-domain rotunda/insular face that suits the celtic-knot theme and carries no licensing constraints for commercial/web use. Self-host as woff2/woff and drop the old font files. The SVG clip viewBox auto-fits to the new glyph metrics. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f1c8b5efb6
commit
80597f6e35
6 changed files with 10 additions and 9 deletions
|
|
@ -3,13 +3,14 @@
|
|||
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
|
||||
/* Self-hosted blackletter used for the hero title ("Sketch Gothic School").
|
||||
Only needed to shape the SVG clip glyphs the hero video shows through. */
|
||||
/* Self-hosted rotunda used for the hero title ("Berry Rotunda", public
|
||||
domain). Only needed to shape the SVG clip glyphs the hero video shows
|
||||
through. */
|
||||
@font-face {
|
||||
font-family: 'Sketch Gothic School';
|
||||
font-family: 'Berry Rotunda';
|
||||
src:
|
||||
url('./assets/fonts/sketch-gothic-school.woff2') format('woff2'),
|
||||
url('./assets/fonts/sketch-gothic-school.woff') format('woff');
|
||||
url('./assets/fonts/berry-rotunda.woff2') format('woff2'),
|
||||
url('./assets/fonts/berry-rotunda.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
|
|
@ -98,7 +99,7 @@
|
|||
'Roboto', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
|
||||
--font-display: 'Aboreto', 'Cormorant Garamond', Georgia, serif;
|
||||
--font-script: 'Tangerine', 'Allura', cursive;
|
||||
--font-blackletter: 'Sketch Gothic School', 'UnifrakturMaguntia', serif;
|
||||
--font-title: 'Berry Rotunda', 'UnifrakturMaguntia', serif;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue