From 614730abd815dcaa94b800f5763b3a454f4d691a Mon Sep 17 00:00:00 2001 From: another-simple-pixel Date: Tue, 21 Apr 2026 22:00:07 +0300 Subject: [PATCH] website: tune section heading and body text styles (#6815) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * website: tune section heading and body text styles Headings: weight 300→400, line-height 1.05→1. Body: explicit line-height 1.2. Co-Authored-By: Claude Opus 4.6 * line height --------- Co-authored-by: Claude Opus 4.6 Co-authored-by: Evgeny Poberezkin --- website/src/css/design3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/css/design3.css b/website/src/css/design3.css index 5e5be66c2f..ea6f20273b 100644 --- a/website/src/css/design3.css +++ b/website/src/css/design3.css @@ -830,7 +830,7 @@ main .section-bg { .page .text-container h2 { font-family: "GT-Walsheim", sans-serif; - font-weight: 300; + font-weight: 400; font-size: calc(var(--sec-vwu)*4.94); letter-spacing: -0.025em; line-height: 1.05;