Greasy Fork is available in English.

强制使用苹方

强制使用苹方字体

As of 2018-11-30. See the latest version.

// ==UserScript==
// @name         强制使用苹方
// @namespace    https://github.com/SuperNG6/Compulsory-use-PingFang-SC.git
// @version      1.2.0
// @description  强制使用苹方字体
// @author       NG6
// @include      *
// @run-at       document-start
// @grant        unsafeWindow
// @license      MIT
// @require      https://greasyfork.org/scripts/374999-%E5%BC%BA%E5%88%B6%E4%BD%BF%E7%94%A8%E8%8B%B9%E6%96%B9/code/%E5%BC%BA%E5%88%B6%E4%BD%BF%E7%94%A8%E8%8B%B9%E6%96%B9.user.js
// ==/UserScript==

(function() {
	changeFont("PingFang SC",2);
})();