鸿蒙字体

在网页中使用华为鸿蒙字体

目前為 2024-10-05 提交的版本,檢視 最新版本

// ==UserScript==
// @name 鸿蒙字体
// @namespace 鸿蒙字体
// @version  1.9
// @description 在网页中使用华为鸿蒙字体
// @author LWF
// @license MIT
// @match *
// @exclude *://fanqienovel.com/reader/*
// @exclude *://*.android.google.cn/*
// @exclude *://www.bilibili.com/*
// @exclude *://search.bilibili.com/*
// @exclude *://account.bilibili.com/*
// @exclude *://developer.huawei.com/*
// @exclude *://ai.qaqgpt.com/*
// @run-at document-start
// ==/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;}"})();