为什么 Fira Code 字体在 VS Code 中看起来很模糊?

Why does Fira Code font look blurry in VS Code?

我想在 VS Code (Windows) 中使用 Fira Code,并且已经按照 instructions 中的说明配置了字体。 不知何故,字体似乎看起来很模糊。我该如何解决?

"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,

确保install TTF for Windows (and Linux) - 不是 OTF。模糊的字体可能表示选择了错误的字体类型。

检查 (Windows 10):

- 在搜索面板中输入 "font" 和 select 字体设置

- 筛选到 Fira 代码并单击面板

- 检查每个字体,该字体文件具有 ".ttf" 扩展名

- 如果不是 (.otf),请使用卸载按钮并重复安装字体(现在是 TTF)。