Forum Discussion
Improve font rendering to be on par with Firefox or at least original Edge
Deleted
This is a great feature request. Thank you for that suggestion.
Gabriel
- AnonymousJun 25, 2019
v-gapart - thank you very much for taking this into consideration! Upon searching for more info about this issue, I found this source code modification: https://codereview.chromium.org/2674883002/diff/1/skia/BUILD.gn
So a simple change of "SK_GAMMA_CONTRAST=0.5" to "1.0" makes the fonts more bold and on par with both Firefox and the old Edge. The screenshot below shows the original Chromium/Edge font rendering (on the right side) and the left one is with the modified contrast value:
There has been some discussion about this, but most of such threads died out after a while, for example, here: https://bugs.chromium.org/p/chromium/issues/detail?id=534732
- AnonymousJun 06, 2019
I also have this issue, its one of the main things i dislike about chromium/new edge
it seems that the cleartype settings defined in the windows OS are not honoured by chromium/new edge
this is often an accessibility issue for me forcing me to further increase font size, zoom, bold which have their own unwanted side effects
in the mean time this chrome extension seems to the best workaround for me:
https://chrome.google.com/webstore/detail/font-expander/fnhfmlkfcdodpcaenlbfjfcahannopkj
likely unrelated but videos in chromium/new edge similarly seem to ignore the driver defined colour settings i use, i have the assumption/perception that these issues are connected as if the "rendering engine" in chromium is completely unable to inherit configurations from the OS, despite most other software doing so- v-gapartJun 06, 2019Former Employee
Deleted
That is an interesting discovery you have made and I will be sure to bring it to the product team's attention.Gabriel