mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-16 08:06:24 +03:00
The tutorial h1 used font-style: italic + weight 500, which read as cursive and sat oddly next to the non-italic h1 on /skills, /anti-patterns, and skill detail pages. Align it with the shared .sub-page-title treatment: display serif at weight 400, no italic, clamp(2.5rem, 6vw, 4.5rem). The italic style stays on subsection headings (skill category titles, anti-pattern section titles) where it still reads as a label, not a page title.