Jetbrain-Mono 字体
1. Jetbrains Mono 字体
Jetbrains 推出了一款新字体: Jetbrains Mono,还不错。
- 支持连字
 - 不含中文字符
 - 含 powerline 字符
 
官网的更新比Github慢。
2. VSCode 设置
编辑器和终端都可以设置,打开 setting.json, 加入:
1  | {  | 
默认的0是中间带点的0,要改为带斜杆的0,改成下面的:
1  | {  | 
3. Jetbrains Mono Nerd-Fonts 版
https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/JetBrainsMono/
1  | aria2c https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/JetBrainsMono/Ligatures/Regular/complete/JetBrains%20Mono%20Nerd%20Font%20Complete%20Mono%20Windows%20Compatible%20Regular.ttf  | 
1  | aria2c https://ghproxy.net/https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/JetBrainsMono/Ligatures/Regular/complete/JetBrains%20Mono%20Nerd%20Font%20Complete%20Mono%20Windows%20Compatible%20Regular.ttf  | 
VS Code 编辑器和终端都可以设置,打开 setting.json, 加入:
1  | {  |