fix(frontend): display bold text at font weight 700 - #963
Open
dembrane-sam-bot wants to merge 1 commit into
Open
fix(frontend): display bold text at font weight 700#963dembrane-sam-bot wants to merge 1 commit into
dembrane-sam-bot wants to merge 1 commit into
Conversation
- Replaced the DMSans-Light.woff2 font file with a full DM Sans variable font file (DMSans-Variable.woff2) that natively supports weights from 100 to 1000. - Updated the font family's @font-face rule to load the new variable font file. - Ensured strong and b elements are explicitly rendered at weight 700 internally and inside markdown (.prose) containers to display as true bold. - Updated canvas rendering in kit.ts to inline the new variable font file. Refs: ECHO-804
dembrane-sam-bot
enabled auto-merge
August 5, 2026 15:36
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.
What this changes
DMSans-Light.woff2(which was light-only and restricted rendering of all weights from 100 to 1000 to the light weight) with a 37KBDMSans-Variable.woff2file that is a complete variable font containing all weights from 100 to 1000 — DMSans-Variable.woff2Refs: ECHO-804
Discussion: https://dembraneworkspace.slack.com/archives/C06JU5TQF0U/p1777881016057999