← back to Silkwallpaper
graphic-loop pass 5: serif hero typography (Cormorant Garamond) + nav legibility (qwen3 unanimous)
a56a78aa30fb21f869cda3139cf075c435fac864 · 2026-05-06 21:55:54 -0700 · Steve
Files touched
Diff
commit a56a78aa30fb21f869cda3139cf075c435fac864
Author: Steve <steve@designerwallcoverings.com>
Date: Wed May 6 21:55:54 2026 -0700
graphic-loop pass 5: serif hero typography (Cormorant Garamond) + nav legibility (qwen3 unanimous)
---
public/index.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/public/index.html b/public/index.html
index a476b2f..2eac252 100644
--- a/public/index.html
+++ b/public/index.html
@@ -149,6 +149,9 @@ textarea:focus-visible,
<script>
(function(){ try { var t = localStorage.getItem('silk_theme') || 'dark'; document.documentElement.dataset.theme = t; } catch(e){} })();
</script>
+<link rel="preconnect" href="https://fonts.googleapis.com">
+<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap">
</head>
<body>
@@ -454,6 +457,10 @@ loadGridPage();
.dwm-option svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.5;flex-shrink:0}
.dwm-option .lbl{flex:1;display:block}
.dwm-option .val{display:block;font-size:10px;letter-spacing:0.14em;text-transform:none;font-weight:500;opacity:0.65;margin-top:4px}
+
+/* graphics-loop pass 5: serif hero typography + nav legibility */
+.cinema h1, h1.headline { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; letter-spacing: -0.01em }
+.h-link { font-size: 13px; letter-spacing: 0.06em }
</style>
<!-- Contact options modal -->
← bdeb7a7 graphic-loop pass 2: fix .corner-mark contrast + soften hero
·
back to Silkwallpaper
·
graphic-loop pass 9: real site name + 20-image hero rotation 4b8488c →