强制使用苹方

强制使用苹方字体

// ==UserScript==
// @name         强制使用苹方
// @namespace    https://github.com/SuperNG6/ForcePingFang-SC.git
// @version      1.6.0
// @description  强制使用苹方字体
// @author       NG6
// @include      *
// @run-at       document-start
// @grant        unsafeWindow
// @license      MIT
// @require      https://update.greasyfork.org/scripts/526235/%E5%BC%BA%E5%88%B6%E4%BD%BF%E7%94%A8%E5%AD%97%E4%BD%93%20-%20%E6%A0%B8%E5%BF%83%EF%BC%88%E9%87%8D%E6%9E%84%E7%89%88%EF%BC%89.js
// ==/UserScript==

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