Sublime好看字体

Posted wen98y

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sublime好看字体相关的知识,希望对你有一定的参考价值。

Windows系统,字体是:Inconsolata,这是在知乎上看见尤雨溪回答的。字体下载

技术分享图片

Prefernces

{
    "always_show_minimap_viewport": true,
    "bold_folder_labels": true,
    "caret_extra_bottom": 0,
    "caret_extra_top": 0,
    "caret_extra_width": 1.2,
    "caret_style": "phase",
    "color_scheme": "Packages/Color Scheme - Default/Mariana.tmTheme",
    "draw_minimap_border": true,
    "font_face": "Inconsolata",
    "font_size": 14.0,
    "font_options": ["no_italic"],
    "save_on_focus_lost": true,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "Vintage"
    ],
    "overlay_scroll_bars": "enabled",
    "tab_size": 2,
    "theme": "Adaptive.sublime-theme",
    "update_check": false,
    "word_wrap": "true"
}

以上是关于Sublime好看字体的主要内容,如果未能解决你的问题,请参考以下文章

sublime怎么设置字体大小

Sublime Text3自定义代码片段

如何在Sublime Text中添加代码片段

sublime代码片段

sublime 添加代码片段(snippets)

sublime text3 增加代码片段(snipper)