Windows中的SublimeText字体,如Ubuntu

时间:2014-09-17 17:51:55

标签: windows ubuntu fonts sublimetext

很长一段时间想知道如何将Sublime中的字体设置为Ubuntu中的字体(漂亮,纤薄,平滑)?我下载了Ubuntu Mono字体,但它看起来不像Ubuntu。 我的配置文件:

{
    "auto_complete": false,
    "close_windows_when_empty": false,

    "folder_exclude_patterns":
    [
        ".svn",
        ".git",
        ".hg",
        "CVS",
        "_build",
        "dist",
        "build",
        "site"
    ],
    "font_face": "Ubuntu Mono Bold",
    "font_options":
    [
        "subpixel_antialias"
    ],
    "font_size": 13.0,
    "theme": "Soda Dark.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true
}

Windows - Ubuntu Mono Bold(看起来很难看)

Beautiful appearance on Ubuntu Windows: Ubuntu的

Windows中的Ubuntu Mono

enter image description here

如何改善Windows上显示代码的质量和颜色?

0 个答案:

没有答案