OverRainbow

Fira Code 连写字体优化代码显示效果

☕️ 1 min read

Why Fira

提高视觉渲染效果,提高可读性 all_ligatures

Install on macOS

$ brew tap caskroom/fonts 
$ brew cask install font-fira-code

enable on VSCode

settings.json

{ 
"editor.fontFamily": "Fira Code", 
"editor.fontLigatures": true
}

Credits

vs-code-settings-you-should-customize FiraCode Github enabling-font-ligatures-on-visual-studio-code 在 Mac 上的“字体册”中安装和验证字体 VS-Code-Instructions