atom编辑html代码中文乱码,Ubuntu安装Atom--解决中文乱码问题

PPA安装Atomsudo add-apt-repository ppa:webupd8team/atom

sudo apt-get update

sudo apt-get install atom

去除PPA-卸载Atomsudo apt-get remove atom

sudo add-apt-repository --remove ppa:webupd8team/atom

sudo apt-get autoremove

解决中文乱码安装文泉驿正黑等相关中文字体

sudo apt-get install -y ttf-wqy-zenhei fonts-wqy-zenhei ttf-wqy-microheiEdit->Open Your Stylesheet,删除原有内容,输入如下内容,保存,重启Atom/*

* Your Stylesheet

*

* This stylesheet is loaded when Atom starts up and is reloaded automatically

* when it is changed.

*

* If you are unfamiliar with LESS, you can read more about it here:

* http://www.lesscss.org

*/

@mono-font-family:  "Ubuntu Mono", "文泉驿等宽正黑"; /* 等宽字体 */

@font-family: "Ubuntu", "文泉驿正黑"; /* 非等宽字体 */

html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, div, p, span, pre, section, input,

textarea, table, .atom-panel, .status-bar, .tree-view, .title, .current-path,

.tooltip {

font-family: @font-family;

}

.autocomplete-plus span, code, .-tree-view-, .symbols-view /*,.editor*/ {

font-family: @mono-font-family;

}

atom-text-editor.editor {

font-family: @mono-font-family;

}

.-tree-view- {

font-size: 14px;

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值