写在前面
最近在medium1看到一款不错的字体, 名叫FiraCode, 其主要特色功能就是能够将诸如大于等于号>=
, 箭头符号->
这样的复合符号连接起来,产生一种很棒的效果, 具体效果这里就不展示了, 可以看官方GitHub主页2.
下面主要讲一下如何在macOS中配置这个字体, 主要展示在sublime和iTerm中进行字体配置.
安装字体
brew tap homebrew/cask-fonts
brew install --cask font-fira-code
sublime配置字体
在settings文件里面写入:
"font_face": "fira code",
保存即可生效.
iTerm配置字体
这里面有一点小的不同,需要在advanced选项中关闭ligature
, 具体参考3, 下两图为具体配置.
ref
-
[11 Best Programming Fonts. There are many posts and sites… by Charlee Li ITNEXT](https://itnext.io/11-best-programming-fonts-724283a9ed57); -
tonsky/FiraCode: Free monospaced font with programming ligatures (github.com); ↩
-
vim - firacode ligatures not working in iterm 2 - Stack Overflow; ↩