Fonts: drop body antialiased so text renders at the reference weight
The <body> carried Tailwind's `antialiased` (-webkit-font-smoothing: antialiased), which inherits through the whole tree and renders every chat/message/UI text thinner & lighter than WorkClaw. WorkClaw leaves the browser default (`auto`), giving the crisper/heavier weight. Removed the class — body is now just `min-h-full`; computed -webkit-font-smoothing is `auto`. The font itself was always 14px/400 Geist; only the smoothing differed. Global rendering change → regenerated all 7 visual baselines; full suite (37) green. Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
co-authored by
Claude Fable 5
parent
ea27715202
commit
ddc1f8fbe0
Binary file not shown.
|
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 198 KiB |
Reference in New Issue
Block a user