ubuntu vscode 设置Maple font字体

文章目录

获取字体 https://github.com/subframe7536/Maple-font

  • 也可以找gitee镜像

安装字体:MapleMono-SC-NF-Regular.ttf

sudo cp /path/to/font.ttf /usr/share/fonts/
# cp /path/to/font.ttf ~/.fonts/

sudo fc-cache -fv

安装之后重启vscode,
在vscode中设置字体: editor.fontFamily设置为'Maple Mono SC NF',
启用连字效果:将 editor.fontLigatures 改为true

你可能感兴趣的:(ubuntu,vscode,linux)