Force Microsoft Yahei Font - Chrome Add-on
Force Microsoft Yahei Font is a free Chrome add-on developed by Shellexy. This add-on allows users to use the WenQuanYi Micro Hei or Microsoft Yahei Chinese font for all websites, instead of the default bitmap font.
One of the main advantages of this add-on is its ease of use. Unlike other comprehensive style extensions like Stylish, Force Microsoft Yahei Font does not require any additional configuration. It simply specifies the CSS to be used, rather than using JavaScript to modify the style of the DOM. As a result, it does not occupy the extension process and does not require waiting for the page to load and repaint, thus avoiding any additional overhead.
One drawback of this add-on, similar to other font forcing extensions for browsers, is that web fonts and web pages that have defined serif fonts may not work properly. However, the developer has modified the selectors to avoid modifying icon fonts.
The current CSS style used by Force Microsoft Yahei Font is:
:not([class*=icon]) {
font-family: "Droid Sans Fallback", "WenQuanYi Micro Hei", "Microsoft Yahei", "Noto Sans CJK", "Tahoma", sans-serif, "Simsun" !important;
}