鸿蒙字体(支持用户样式)

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

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

/* ==UserStyle==
@name           鸿蒙字体(支持用户样式)
@namespace      鸿蒙字体
@version        1.9.2
@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;
    }
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址