首先是我的styles.less
文件(v0.196)
@font-family: 'WenQuanYi Micro Hei Mono';
.tree-view, .title, .current-path, .editor, .tooltip {
font-family: @font-family;
}
.terminal {
font-family: @font-family !important;
div {
white-space: nowrap;
}
}
.markdown-preview {
font-family: @font-family;
atom-text-editor::shadow *{
font-family: @font-family;
}
}
但是这显然不是好的解决方案。比如打开调试模式后在console中还是可以看见中文是方块,我觉得这必须得从Electron入手,不知道官方有什么消息吗?