Redesign book interior: Illuminated Nocturne aesthetic
Replaces Georgia + per-story color theming with a unified premium fairytale look: Cormorant Garamond (display/titles) + Lora (body), warm cream text pages (#faf8f2 with paper noise texture), deep ink typography (#1e1b18) throughout — no per-story text color variation. - fonts/: committed WOFF2 files via @fontsource packages; auto-copied by scripts/setup-fonts.js (runs as postinstall) - Typography: story number in small caps, hairline rule, ❧ ornament - Layout: cream background replaces per-story bg, radial glow on title - build.js: passes frontMatter (author, year) to templates - Templates: author byline on title page, cleaner imprint page Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-3
@@ -24,11 +24,10 @@ html, body {
|
||||
break-after: page;
|
||||
}
|
||||
|
||||
/* Safe zone: content that must not be cut stays 0.25in from bleed edge */
|
||||
/* Safe zone: 0.125in bleed + 0.675in margin = 0.8in from PDF edge */
|
||||
.page--text .text-page-inner,
|
||||
.page--title .title-content,
|
||||
.page--toc,
|
||||
.page--imprint .imprint-content {
|
||||
/* 0.125in bleed + 0.25in safety margin = 0.375in from PDF edge */
|
||||
padding: 0.75in;
|
||||
padding: 0.8in;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user