[object Object]

← back to Wallco Ai

fix(site.css): bump wordmark weights per debate consensus

d1fefadc9bf60a186508567af1652095282bd4b5 · 2026-05-11 22:36:46 -0700 · SteveStudio2

Panel ruling (3/3 vote — Claude/Kimi/Qwen) called .brand 20px/300 and
.wordmark clamp(36-80px)/300 'anemic at flagship scale' — reads like
placeholder, not luxury brand. Compare Gucci: weight 600+ optical
display cut. Two-line CSS fix:

- .brand: 20px/300 → 22px/500
- .wordmark: clamp(36-80px)/300 → /600

Also deployed: real PNG at /og-default.png (1.3MB wallpaper bake) so
non-design routes (home/about/samples/studio) stop shipping broken
Open Graph cards on every social share.

Files touched

Diff

commit d1fefadc9bf60a186508567af1652095282bd4b5
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Mon May 11 22:36:46 2026 -0700

    fix(site.css): bump wordmark weights per debate consensus
    
    Panel ruling (3/3 vote — Claude/Kimi/Qwen) called .brand 20px/300 and
    .wordmark clamp(36-80px)/300 'anemic at flagship scale' — reads like
    placeholder, not luxury brand. Compare Gucci: weight 600+ optical
    display cut. Two-line CSS fix:
    
    - .brand: 20px/300 → 22px/500
    - .wordmark: clamp(36-80px)/300 → /600
    
    Also deployed: real PNG at /og-default.png (1.3MB wallpaper bake) so
    non-design routes (home/about/samples/studio) stop shipping broken
    Open Graph cards on every social share.
---
 public/css/site.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/css/site.css b/public/css/site.css
index adef4af..a821c58 100644
--- a/public/css/site.css
+++ b/public/css/site.css
@@ -68,8 +68,8 @@ img { max-width: 100%; display: block; }
 }
 .brand {
   font-family: var(--serif);
-  font-size: 20px;
-  font-weight: 300;
+  font-size: 22px;
+  font-weight: 500;
   letter-spacing: 0.04em;
   color: var(--ink);
   text-decoration: none;
@@ -198,7 +198,7 @@ main { padding-top: 73px; }
 .wordmark {
   font-family: var(--serif);
   font-size: clamp(36px, 6vw, 80px);
-  font-weight: 300;
+  font-weight: 600;
   letter-spacing: 0.06em;
   color: var(--ink);
   margin: 0 0 12px;

← 26f4d82 gamify: Hot-or-Not single-card + Tinder-style swipe + /play  ·  back to Wallco Ai  ·  wallco.ai · surface pre-generated room mockups on /design/:i 24e8de3 →