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
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    Vue学习(十七)修饰符
    组件学习(一)开发组件前必读
    vue学习(十六)“就地更新”策略
    nrm学习(一)
    帧动画的多种实现方式与性能对比
    JavaScript中的二进制对象
    生成式模型与判别式模型
    堡垒机
    vue生产环境nginx配置代理转发跨域
    Ceph nautilus 集群部署
  • 原文地址:https://www.cnblogs.com/javajetty/p/10503725.html
Copyright © 2011-2022 走看看