From ebafd47c1010aa09597772e0801f2c48bbe5aac7 Mon Sep 17 00:00:00 2001 From: Lindsay Auchinachie Date: Thu, 30 Apr 2026 21:41:05 -0400 Subject: [PATCH] Typography refresh: Inter throughout, smaller H1 Drop Beausite Slick for Inter on H1 and markdown headings. Reduce H1 from 3.75rem/300 to 2.25rem/600 to align with the simpler typographic scale shown in design references. Refs #492 Co-Authored-By: Claude Opus 4.7 --- src/css/custom.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 6a3b48ed13..bc1a97e239 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -202,10 +202,10 @@ html[data-theme=dark] [class^=docMainContainer_] .breadcrumbs__link:hover { } [class^=docMainContainer_] h1 { - --ifm-heading-font-weight: 300; - --ifm-heading-font-family: "Beausite", sans-serif; - --ifm-h1-font-size: 3.75rem; - --ifm-leading: 1; + --ifm-heading-font-weight: 600; + --ifm-heading-font-family: "Inter", sans-serif; + --ifm-h1-font-size: 2.25rem; + --ifm-leading: 1.2; margin-bottom: 1.25rem; } @@ -241,8 +241,8 @@ html[data-theme='dark'] [class^=docMainContainer_] .card { } .markdown { - --ifm-heading-font-family: "Beausite", sans-serif; - --ifm-heading-font-weight: 300; + --ifm-heading-font-family: "Inter", sans-serif; + --ifm-heading-font-weight: 600; --ifm-link-decoration: underline; }