IBX-12296: Updated headers font size and weight - #2017
Open
tischsoic wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
tischsoic
force-pushed
the
IBX-12296-update-headers-font-size-and-weight
branch
from
August 20, 2026 06:07
3618e91 to
7636047
Compare
|
alekmick
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Related PRs:
$heading-line-heightand heading tokens.Description:
Back-office headings now follow the design-system scale: Bootstrap's
$h1..$h6-font-size,$headings-font-weightand the new$headings-line-heightare fed fromids-typographyvariables instead of duplicated literals — h1 28→24, h2 22→18, h3 18→16, h4 16→15, weight 700→600, line-height 1.2→1.5.Also disabled Bootstrap RFS (
$enable-rfs: false): it made every font-size above 1.25rem fluid below 1200px viewports (h1 rendered ~23.9px at 1030px) — off-spec, and discontinuous at our 14px root since RFS assumes 16px. Only h1/h2/legendand unuseddisplay-*/fs-*utilities were affected. Removed a raw-rem one-off on.ibexa-content-edit h2.text-muted(rendered 15.75px at the 14px root — a 16px-root assumption bug).Deliberately untouched (follow-ups): modal title (28px, now larger than h1),
.ibexa-page-title__content-name(26px), page-builder iframe raw 22px.For QA:
All BO headings are smaller/lighter with ~25% taller line-height. Check: dashboard, content view (page title 24px/600), content edit, card titles and empty-chart placeholders (h2 22→18), summary tiles (h1 28→24), and any heading at a viewport below 1200px — it must stay exactly at its size (previously fluid, e.g. h1 23.9px at 1030px).
Documentation: