Skip to content

Conversation

@uzmannazari
Copy link
Contributor

@uzmannazari uzmannazari commented Jan 8, 2026

Fixes #6755

Summary

This PR fixes an issue where <strong> and <b> elements were not rendered as bold in the Aperture theme.

A global reset rule was inheriting the full font property for these elements, which unintentionally removed the browser default bold behavior and caused them to render with the same font weight as their parent.

An explicit override using:

b, strong { font-weight: bolder; }

restores the expected semantic behavior by matching standard user-agent styling, without hard-coding a specific font weight or impacting layout and typography elsewhere.

Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like an OK solution, however @david-poindexter would you be open to instead refactor the _reset.css which I believe may be a bit old reference with things maybe too strong and lacking more modern elements.

Something like https://www.npmjs.com/package/modern-normalize

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.

[Enhancement]: Aperture > Add separator to header when content scrolled

2 participants