本文摘自PHP中文网,作者V,侵删。

首先,打开设置页面,搜索font,如图:

设置中的下面几个属性与字体有关:
1 2 3 4 5 6 7 8 9 10 11 | "editor.fontFamily" : "Consolas, 'Courier New', monospace" ,
"editor.fontLigatures" : false,
"editor.fontSize" : 14,
"editor.fontWeight" : "normal" ,
|
(推荐教程:vscode教程)
然后,在右侧的用户设置中添加对应设置(记得在添加之前先加个逗号分隔)。如下所示:
1 2 3 4 | "editor.fontFamily" : "Fira Code" ,
"editor.fontLigatures" : true,
"editor.fontSize" : 14,
"editor.fontWeight" : "normal" ,
|
然后保存,字体就应用成功了。
更多编程相关内容,请关注php中文网编程入门栏目!
以上就是vscode怎么更换字体的详细内容,更多文章请关注木庄网络博客!
相关阅读 >>
vsCode设置中文不成功
vsCode有中文版吗
vsCode中文切换失败
vsCode终端不显示怎么办
vsCode如何设置语言
vsCode怎么安装中文包
vsCode中怎么实现自动缩进
如何设置vsCode缩进
vsCode es6语法报错
vsCode无法联想代码怎么办
更多相关阅读请进入《vsCode》频道 >>
转载请注明出处:木庄网络博客 » vscode怎么更换字体