aboutsummaryrefslogtreecommitdiff
path: root/174bg
diff options
context:
space:
mode:
Diffstat (limited to '174bg')
-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;
}
/**