'Bootstrap with font-weight: 500 looks "normal" on Firefox
Solution 1:[1]
Bootstrap's sans-serif font on Windows is "Segoe UI," which has support for the weights "normal" (400) and "semi-bold" (600) but not "medium" (500). In situations like this, Chrome rounds up to "semi-bold" while Firefox rounds down to "normal." Changing to 600 will achieve semi-bold in both browsers.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Jacob |