【Typecho】joe主题文章代码块里面的字体与整个网页字体显示不一样
标签搜索
侧边栏壁纸
  • 累计撰写 5 篇文章
  • 累计收到 1 条评论

【Typecho】joe主题文章代码块里面的字体与整个网页字体显示不一样

admin
2026-04-05 / 0 评论 / 1 阅读 / 正在检测是否收录...

代码块里面的字体与代码块外面的字体不一样

修改css文件:
1.找到joe.normalize.min.css并打开
(文件路径:Joe/assets/css/joe.normalize.min.css)。
2.添加 font-family: 'Joe Font' 。
3.保存文件。

*{margin:0;padding:0;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent
;font-family: 'Joe Font'
}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scr
0

评论 (0)

取消