Forum Discussion
HotCakeX
Mar 20, 2020MVP
Improve font appearance effectiveness in Edge
Whatever font I set in edge://settings/fonts it won't get applied neither to the Edge setting pages nor to the website content [ Spoiler ] web content don't show any sign of custom font sett...
Thraetaona
Mar 20, 2020Iron Contributor
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.