← back to Linenwallpaper
graphic-loop pass 8 fix: divergent template — swap heading font to Libre Baskerville
6d596d252f502e140dba7a851d104af7df9d8331 · 2026-05-07 08:44:37 -0700 · Steve
Files touched
Diff
commit 6d596d252f502e140dba7a851d104af7df9d8331
Author: Steve <steve@designerwallcoverings.com>
Date: Thu May 7 08:44:37 2026 -0700
graphic-loop pass 8 fix: divergent template — swap heading font to Libre Baskerville
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 39c6a1b..d35cda9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -50,7 +50,7 @@ html[data-theme="dark"] {
* { margin:0; padding:0; box-sizing:border-box }
html { scroll-behavior:smooth }
body { font-family:'Inter', sans-serif; color:var(--paper); -webkit-font-smoothing:antialiased; background:var(--bg); min-height:100vh; overflow-x:hidden }
-.section-title .accent, .footer-brand, .center-mark, h1, h2, h3 { font-family:'Cormorant Garamond', Georgia, serif !important }
+.section-title .accent, .footer-brand, .center-mark, h1, h2, h3 { font-family: 'Libre Baskerville', Georgia, serif !important}
/* ===== Auto-hide header ===== */
header { position:fixed; top:0; left:0; right:0; display:flex; justify-content:space-between; align-items:center; padding:22px 32px; z-index:100; background:rgba(0,0,0,0.55); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); transition:transform .3s }
← 1ecfc66 graphic-loop pass 8: theme-aware font Libre Baskerville (pan
·
back to Linenwallpaper
·
graphic-loop pass 9: real site name + 20-image hero rotation c331bdd →