Forum Discussion
Improve font appearance effectiveness in Edge
Those font overrides only affect websites that do not specify any defaults (weather it's through stylesheets, CSS's @font-face or choosing from browser built-in fonts).
Here's an example demonstrating the issue:
https://jsfiddle.net/4upr6xdn/
However they can still be overridden by preventing the browser from loading those custom fonts, that should force fallback fonts to be used instead.
Thraetaona wrote:Those font overrides only affect websites that do not specify any defaults (weather it's through stylesheets, CSS's @font-face or choosing from browser built-in fonts).
Here's an example demonstrating the issue:
https://jsfiddle.net/4upr6xdn/
However they can still be overridden by preventing the browser from loading those custom fonts, that should force fallback fonts to be used instead.
Thank you very much, updated and reworded the post to be more useful