我想在 VS Code (Windows) 中使用 Fira Code,并且已经按照说明中的说明配置了字体。不知何故,字体看起来很模糊。我该如何解决?
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
我想在 VS Code (Windows) 中使用 Fira Code,并且已经按照说明中的说明配置了字体。不知何故,字体看起来很模糊。我该如何解决?
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
确保为 Windows(和 Linux)安装TTF -而不是OTF。模糊的字体可能表明选择了错误的字体类型。
- 在搜索面板中输入“字体”并选择字体设置
- 过滤到 Fira 代码并单击面板
- 检查每个字体,字体文件有".ttf"
扩展名
- 如果不是 (.otf),请使用卸载按钮并重复字体安装(现在是 TTF)。