Skip to content

Fix wrong font-weight - #9452

Merged
iHiD merged 1 commit into
mainfrom
fix-landing-highlighted-text-weight
Aug 31, 2026
Merged

Fix wrong font-weight#9452
iHiD merged 1 commit into
mainfrom
fix-landing-highlighted-text-weight

Conversation

@dem4ron

@dem4ron dem4ron commented Aug 31, 2026

Copy link
Copy Markdown
Member

No description provided.

@dem4ron
dem4ron requested a review from iHiD as a code owner August 31, 2026 14:42
The i18n extraction in #8044 moved the hero headline into a locale
string and dropped the classes that were on the markup:

  %strong.leading-none.font-bold really

Without font-bold the <strong> falls back to the browser default
font-weight: bolder, which is relative — against the h1's 700 it
resolves to 900, and Poppins ships a real 900 face, so "really"
rendered visibly heavier instead of reading as a highlight.

Restore both declarations in CSS rather than in the locale string,
matching the existing p > strong and h2 > strong rules in this file
and keeping styling out of translatable copy.
@dem4ron
dem4ron force-pushed the fix-landing-highlighted-text-weight branch from ceff14d to 7dd2c3d Compare August 31, 2026 14:54
@iHiD
iHiD merged commit b61cf22 into main Aug 31, 2026
38 checks passed
@iHiD
iHiD deleted the fix-landing-highlighted-text-weight branch August 31, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants