feat(home/hero): blackletter wordmark title with video clipped through letters
Replace the script-font title with the brand blackletter ("Sketch Gothic
School", self-hosted) rendered as SVG text that clips a looping
forest/cloud video, so the texture drifts through the letterforms. The
viewBox auto-fits the measured glyph box (one line at any width, ~92vw),
with a gold drop-shadow for the engraved edge. Plain <h1> kept for SEO.
Video re-encoded to ~3.1MB with a light poster.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
43b83d28dc
commit
ee5b927ba2
6 changed files with 106 additions and 5 deletions
|
|
@ -3,8 +3,20 @@
|
|||
|
||||
@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. */
|
||||
@font-face {
|
||||
font-family: 'Sketch Gothic School';
|
||||
src:
|
||||
url('./assets/fonts/sketch-gothic-school.woff2') format('woff2'),
|
||||
url('./assets/fonts/sketch-gothic-school.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
:root {
|
||||
/* Wix-inspired palette: deep forest green dominant background, cream
|
||||
/* Brand palette: deep forest green dominant background, cream
|
||||
foreground, gold (Aboreto/calligraphic spirit) for CTAs and accents. */
|
||||
--background: hsl(151 100% 8%);
|
||||
--foreground: hsl(200 32% 94%);
|
||||
|
|
@ -86,6 +98,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;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue