Haroopad 中文不显示

https://blog.csdn.net/zgf19930504/article/details/51508111

1. 选择文件--> 偏好设置

2. 选择 编辑器--> 编辑--> defalult.css, 用文本编辑器打开。

3. 修改css

/**
You can only use the following style.
- color, font-family, font-style
- text-shadow
- background-*
Example:
font-family: "微软雅黑", "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, sans-serif !important;
text-shadow: 0 1px rgba(0, 0, 0, .8);
background-image: url('wood.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
*/

editor {
font-family: "微软雅黑", "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, sans-serif !important;
}
linenumber {
font-family: "微软雅黑", "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, sans-serif !important;
}
activeline {
font-family: "微软雅黑", "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, sans-serif !important;
}
/*
You can only use the following style.
- color, font-family, font-style
- text-shadow
Example:
color: #adadad;
font-style: bold;
text-shadow: 0 1px rgba(0, 0, 0, .8);
*/
header {}
code {}
blockquote {}
li1 {}
li2 {}
li3 {}
hr {}
img {}
a {}
em {}
i {}
strong {}

---------------------
作者:记忆碎片_
来源:CSDN
原文:https://blog.csdn.net/zgf19930504/article/details/51508111
版权声明:本文为博主原创文章,转载请附上博文链接!

猜你喜欢

转载自www.cnblogs.com/javajetty/p/10503725.html