美文网首页
Fira Code 编程必备字体

Fira Code 编程必备字体

作者: mac_sun | 来源:发表于2021-02-26 14:38 被阅读0次

最近发现一款非常适合编程的字体Fira Code,据官方介绍还是很高大上的,我只是觉得看着舒服就尝试的安装了一下,希望小伙伴们用着开心,敲出没有bug的代码。win vscode安装教程见下文。

代码示例

如何安装?

1、去github下载https://github.com/tonsky/FiraCode.git
2、安装字体 我们仅以Windows系统VS Code为例
其他应用可以请移步https://github.com/tonsky/FiraCode/wiki


3、设置VS Code
文件-首选项-设置
用户-文本编辑-字体-setting.json
setting.json
可以复制如下代码
 "editor.fontFamily": "'Fira Code',Consolas, 'Courier New', monospace",
  "editor.fontLigatures": true

其他配置见官方文档https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions

相关文章

网友评论

      本文标题:Fira Code 编程必备字体

      本文链接:https://www.haomeiwen.com/subject/htujrktx.html