From 99557a523de858cdcf02d43a9091b9bdd3fd518d Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 13 Jul 2026 19:47:38 +0100 Subject: adjust font weight for justified text to improve readability --- 174bg/handbook-vitepress/.vitepress/theme/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '174bg') diff --git a/174bg/handbook-vitepress/.vitepress/theme/style.css b/174bg/handbook-vitepress/.vitepress/theme/style.css index 9d6c97b..7f01aff 100644 --- a/174bg/handbook-vitepress/.vitepress/theme/style.css +++ b/174bg/handbook-vitepress/.vitepress/theme/style.css @@ -1,13 +1,15 @@ -/* Match the source handbook's justified body text, sized/weighted to match +/* Match the source handbook's justified body text, sized to match robertsspaceindustries.com's own paragraph tokens (see style-guide JSON - referenced below). */ + referenced below). RSI's own token says weight 600, but that reads as + uncomfortably heavy/bold across a full page of long-form justified text + (unlike RSI's own short UI copy) - use normal weight instead. */ .vp-doc p, .vp-doc li { text-align: justify; font-size: 14px; line-height: 21px; letter-spacing: 0.14px; - font-weight: 600; + font-weight: 400; } /** -- cgit v1.2.3