// ==UserScript== // @name 鸿蒙字体 // @namespace 鸿蒙字体 // @version 1.7 // @description 在网页中使用华为鸿蒙字体 // @author LWF // @license MIT // @match * // @exclude *://fanqienovel.com/reader/* // @exclude *://*.android.google.cn/* // @exclude *://www.bilibili.com/* // @exclude *://developer.huawei.com/* // @run-at document-start // @downloadURL none // ==/UserScript== (function(){'use strict';document.querySelector("head").appendChild(document.createElement("style")).innerHTML="@import url('https://s1.hdslb.com/bfs/static/jinkela/long/font/medium.css');*{font-family: HarmonyOS_Medium !important;}"})();