Change bootstrap migration reset font weight bold value
What does this MR do and why?
I discovered a small inconsistency when we use bold
in our UI. The default being 600
defined in GitLab UI here. But for bootstrap fallback values we use bold
which can fallback to 700
in some cases, which creates this inconsistency for bold/strong font weights across the board.
This MR changes the fallback value to use the one defined in GitLab UI to add consistency.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Go to an issue
- Add a summary with bold text and a comment with bold text
- Check out other strong/bold texts in the UI for comparison
Related to #424397 (closed)
Edited by Sascha Eggenberger