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>