universelabs / universe.engineering

Universe website
http://universe.engineering
MIT License
10 stars 1 forks source link

Font weight issue #90

Closed guylepage3 closed 4 years ago

guylepage3 commented 4 years ago

Describe the bug Font weight issue on Chrome and Brave. All heading tags are supposed to display a value of 900 weight. They are outputting a value of 900 but are displaying a value of 200-500 in the DOM.

Expected behavior font-weight should be displaying a value of 900 in DOM.

Screenshots

Screenshot 2020-05-10 16 55 20

Reference(s)

guylepage3 commented 4 years ago

Wow. Turns out it is a major issue with Chrome 81...

The problem indeed got introduced in Chrome 81 and is reproducible. If I understand things correctly, work is being done to have it fixed by Chrome 83. Currently there’s no workaround that you as a developer can implement, other than simply not using BlinkMacSystemFont.

https://phpnews.io/feeditem/chrome-vs-blinkmacsystemfont-when-bold-is-not-bold

guylepage3 commented 4 years ago

Closing issue.