云云星羽
云云星羽
发布于 2025-10-21 / 123 阅读
2
0

halo自定义字体

路径,设置-代码注入-全局head



<!-- 字体CDN -->

<link rel="stylesheet" href="https://npm.elemecdn.com/lxgw-wenkai-screen-webfont@1.7.0/style.css" media="print" onload="this.media='all'">

<!-- 应用字体 -->

<style>

body {

    font-family: 'LXGW WenKai Screen', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

}

.article-content, .post-content, .content {

    font-family: 'LXGW WenKai Screen', serif !important;

}

</style>
cover-1759565729738.webp


评论