style: reduce editor body font to 15px, apply -0.5 letter-spacing to h2/h3/h4

This commit is contained in:
Test
2026-03-02 19:35:10 +01:00
parent f5bbcb81a4
commit b2a68a9a67

View File

@@ -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,