鸿蒙字体

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

安装此脚本? 安装为用户样式?
作者推荐脚本

您可能也喜欢鸿蒙字体

安装此脚本
/* ==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;
    }
}