美文网首页
JetBrains Mono 字体安装

JetBrains Mono 字体安装

作者: acc8226 | 来源:发表于2020-04-04 21:31 被阅读0次

    JetBrains推出编程字体Mono:更适合程序开发人员

    JetBrains表示:
    在当今的大部分时间里,我们作为开发人员都在看代码。我们一直在寻找最佳字体,以使我们更容易在屏幕上查看文本。但是,许多流行字体中的逻辑并不总是考虑到通读代码和阅读书本之间的区别。我们的眼睛以非常不同的方式沿代码移动,通常必须垂直移动和水平移动,这与阅读书籍不同,因为它们总是沿同一方向沿文本滑动。

    因此,在使用JetBrains Mono进行开发时,除其他外,重点研究了在长时间使用代码期间可能导致眼睛疲劳的问题。我们考虑了字母的大小和形状等问题;它们之间的空间量,自然以等宽字体设计的平衡;一些看起来不必要的细节和符号之间不清楚的区别,例如I和l;还要和开发字体时的编程连字。

    JetBrainsMono.
    A typeface for developers_

    • mac: Select all font files in the folder and double-click them. Click the “Install Font” button.
    • windows: Select all font files in the folder, right-click any of them, then pick “Install” from the menu.
    • linux: Unpack fonts to ${HOME}/.fonts and execute
      sudo fc-cache -f -v

    使用方式:
    Select JetBrains Mono in the IDE settings: go to Preferences/Settings → Editor → Font, and then select JetBrains Mono from the Font dropdown.

    RECOMMENDED SETTINGS --- Size: 13
    FOR THE FONT --- Line spacing: 1.2

    参考

    jetbrains mono 字体官网
    https://www.jetbrains.com/lp/mono/

    JetBrains推出编程字体Mono:更适合程序开发人员
    https://m.ithome.com/html/468814.htm

    相关文章

      网友评论

          本文标题:JetBrains Mono 字体安装

          本文链接:https://www.haomeiwen.com/subject/ektgfhtx.html