代码块里面的字体与代码块外面的字体不一样
修改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)