-
-
Notifications
You must be signed in to change notification settings - Fork 833
Update to hinted version of Inter 3.19 font to improve legibility on Windows (blurry text) #8676
Conversation
They are significantly larger, nearly double the size in some cases :( |
yeah, but will calculate the proportion of the page payload that actually represents |
Is it not possible to include both but load hinted only if we think the platform is Windows? |
On desktop that's easy, do it in packaging, but who cares about the payload size on desktop On web .. ugh? |
Not exactly, because its part of the asar bundle of element-web that Desktop builds just opaquely pull in
Indeed |
I guess if we are worried about payload on web we can include these in Desktop but not web. |
Note there are also screenshots of the before and after in the failed percy run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clearing review due to me fat fingering the ready button
Closing as I don't think this will move forward without someone else picking this up to deep dive into the intricacies here. |
Fixes element-hq/element-desktop#682
Inter bundles a hinted version of its fonts which we can use to improve rendering on Windows, see here.
The fonts are larger in size, so we need to understand the increase in download size for users.
Before
After
Here's what your changelog entry will look like:
✨ Features