鸿蒙字体

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

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

您可能也喜欢鸿蒙字体

安装此脚本
  1. /* ==UserStyle==
  2. @name 鸿蒙字体
  3. @namespace 鸿蒙字体
  4. @version 1.9.4
  5. @description 使用华为鸿蒙字体替换网页字体
  6. @license MIT
  7. ==/UserStyle== */
  8.  
  9. @import url('https://s1.hdslb.com/bfs/static/jinkela/long/font/medium.css');
  10.  
  11. /* 全局应用 HarmonyOS_Medium 字体 */
  12. * {
  13. font-family: 'HarmonyOS_Medium' !important;
  14. }
  15.  
  16. /* 排除特定域名 */
  17. @-moz-document regexp("^(?!.*(fanqienovel\\.com/reader|android\\.google\\.cn|bilibili\\.com|developer\\.huawei\\.com|ai\\.qaqgpt\\.com)).*$") {
  18. * {
  19. font-family: 'HarmonyOS_Medium' !important;
  20. }
  21. }

QingJ © 2025

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