aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-13 19:47:38 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-13 19:47:38 +0100
commit99557a523de858cdcf02d43a9091b9bdd3fd518d (patch)
treee5f6fc5be111bd7122383251fdc4a0f83e301441
parent8aeacdb0e29abad0ea577fc58bc8a27663bd33b5 (diff)
downloadunnamed-group-99557a523de858cdcf02d43a9091b9bdd3fd518d.tar
unnamed-group-99557a523de858cdcf02d43a9091b9bdd3fd518d.tar.gz
unnamed-group-99557a523de858cdcf02d43a9091b9bdd3fd518d.tar.bz2
unnamed-group-99557a523de858cdcf02d43a9091b9bdd3fd518d.tar.xz
unnamed-group-99557a523de858cdcf02d43a9091b9bdd3fd518d.zip
adjust font weight for justified text to improve readability
-rw-r--r--174bg/handbook-vitepress/.vitepress/theme/style.css8
1 files changed, 5 insertions, 3 deletions
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;
}
/**