本文摘自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和pycharm的区别是什么?
用vsCode如何更改文件名
vs和vsCode的区别是什么?
vsCode中如何断点调试nodejs
vsCode背景图怎么换
vsCode怎么配置默认浏览器
vsCode安装后无法启动
如何修改vsCode字体大小
怎么设置vsCode主题透明
更多相关阅读请进入《vsCode》频道 >>
转载请注明出处:木庄网络博客 » vscode怎么更换字体