修改typecho为鸿蒙字体HarmonyOS_Sans

发布时间 2023-10-03 23:00:12作者: 总统先生

参考 http://www.manongjc.com/detail/62-rolomyvbgjluyan.html

在后台CSS样式添加以下代码:

@font-face {
    font-family:HarmonyOS_Sans_SC_Medium;font-style: normal;font-display: swap;
    src: url('https://jsdelivr.panbaidu.cn/gh/baige007/ttf/HarmonyOS_Sans_SC_Medium.woff2') format('woff2'),
         url('https://jsdelivr.panbaidu.cn/gh/baige007/ttf/HarmonyOS_Sans_SC_Medium.woff') format('woff');
}
*{font-family:HarmonyOS_Sans_SC_Medium;}

上述文件的链接,是网友提供的,也可以自己修改,可以用自己的,

鸿蒙字体下载:https://developer.harmonyos.com/cn/docs/design/des-guides/font-0000001157868583