zoukankan      html  css  js  c++  java
  • 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
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    vs2010启动调试很慢
    vs2010 cannot file the PDB file解决
    hadoop的版本到底什么样子
    关于spring 或者qurtz的配置
    eclipse 关于内嵌maven
    spring学习 mark一下
    spring mvc视图解析
    rcp项目
    邮件发送
    ASP.NET 缓存学习
  • 原文地址:https://www.cnblogs.com/javajetty/p/10503725.html
Copyright © 2011-2022 走看看