Greasy Fork 支持简体中文。

鸿蒙字体

使用华为鸿蒙字体替换网页字体

安裝腳本? 以使用者樣式安裝?
作者推薦腳本

您可能也會喜歡 鸿蒙字体

安裝腳本
/* ==UserStyle==
@name           鸿蒙字体
@namespace      鸿蒙字体
@version        1.9.4
@description    使用华为鸿蒙字体替换网页字体
@license        MIT
==/UserStyle== */

@import url('https://s1.hdslb.com/bfs/static/jinkela/long/font/medium.css');

/* 全局应用 HarmonyOS_Medium 字体 */
* {
    font-family: 'HarmonyOS_Medium' !important;
}

/* 排除特定域名 */
@-moz-document regexp("^(?!.*(fanqienovel\\.com/reader|android\\.google\\.cn|bilibili\\.com|developer\\.huawei\\.com|ai\\.qaqgpt\\.com)).*$") {
    * {
        font-family: 'HarmonyOS_Medium' !important;
    }
}