简体   繁体   English

VS代码运算符mono light似乎不支持连字

[英]VS code operator mono light does not seem to support ligatures

After along wait I got the operator mono font, this is the setting I have in my settings file in VS code. 经过一会儿之后,我得到了操作员单声道字体,这是我在VS代码的设置文件中拥有的设置。

{
    "editor.fontFamily": "Operator Mono Light",
    "editor.fontSize": 14,
    "editor.fontLigatures": true,
}

However ligatures does not seem to work, do I need to set an additional setting. 但是连字似乎不起作用,我是否需要设置其他设置。

I created a project that will add custom ligatures directly to the Operator Mono font. 我创建了一个项目,该项目将直接将自定义连字添加到Operator Mono字体。 It even includes italic ligatures. 它甚至包括斜体连字。

https://github.com/kiliman/operator-mono-lig https://github.com/kiliman/operator-mono-lig

Operator mono does not have coding ligatures. 运算符mono没有编码连字。 Try Fira Code. 尝试Fira代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM