ubuntu vscode 设置Maple font字体

文章目录

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

  • 也可以找gitee镜像

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

bash 复制代码
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

相关推荐
算法与编程之美19 分钟前
文件的写入与读取
linux·运维·服务器
xianwu54336 分钟前
反向代理模块
linux·开发语言·网络·git
Amelio_Ming1 小时前
Permissions 0755 for ‘/etc/ssh/ssh_host_rsa_key‘ are too open.问题解决
linux·运维·ssh
Ven%2 小时前
centos查看硬盘资源使用情况命令大全
linux·运维·centos
TeYiToKu2 小时前
笔记整理—linux驱动开发部分(9)framebuffer驱动框架
linux·c语言·arm开发·驱动开发·笔记·嵌入式硬件·arm
dsywws2 小时前
Linux学习笔记之时间日期和查找和解压缩指令
linux·笔记·学习
yeyuningzi3 小时前
Debian 12环境里部署nginx步骤记录
linux·运维·服务器
上辈子杀猪这辈子学IT3 小时前
【Zookeeper集群搭建】安装zookeeper、zookeeper集群配置、zookeeper启动与关闭、zookeeper的shell命令操作
linux·hadoop·zookeeper·centos·debian
minihuabei3 小时前
linux centos 安装redis
linux·redis·centos
会发光的猪。4 小时前
如何在vscode中安装git详细新手教程
前端·ide·git·vscode