From b2a68a9a67a402a789f3aaedabc17c78edcf7025 Mon Sep 17 00:00:00 2001 From: Test Date: Mon, 2 Mar 2026 19:35:10 +0100 Subject: [PATCH] style: reduce editor body font to 15px, apply -0.5 letter-spacing to h2/h3/h4 --- src/theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/theme.json b/src/theme.json index c658a2f9..adcece23 100644 --- a/src/theme.json +++ b/src/theme.json @@ -1,7 +1,7 @@ { "editor": { "fontFamily": "'Inter', -apple-system, BlinkMacSystemFont, sans-serif", - "fontSize": 16, + "fontSize": 15, "lineHeight": 1.5, "maxWidth": 720, "paddingHorizontal": 40, @@ -25,7 +25,7 @@ "marginTop": 28, "marginBottom": 10, "color": "var(--text-heading)", - "letterSpacing": 0 + "letterSpacing": -0.5 }, "h3": { "fontSize": 20, @@ -34,7 +34,7 @@ "marginTop": 24, "marginBottom": 8, "color": "var(--text-heading)", - "letterSpacing": 0 + "letterSpacing": -0.5 }, "h4": { "fontSize": 20,