2

After along wait I got the operator mono font, this is the setting I have in my settings file in VS code.

{
    "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.

tmp dev
  • 8,043
  • 16
  • 53
  • 108

3 Answers3

5

I created a project that will add custom ligatures directly to the Operator Mono font. It even includes italic ligatures.

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

Kiliman
  • 18,460
  • 3
  • 39
  • 38
0

Operator mono does not have coding ligatures. Try Fira Code.

Steve
  • 14,401
  • 35
  • 125
  • 230
0

By default, operator mono doesn't have the font ligatures. You should try out Operator Mono Lig Book. I'm currently using it and it's really cool.

User settings (Linux Ubuntu) for vs code will look something like this:

  "editor.fontFamily": "operator mono lig book",
Rehan Sattar
  • 3,497
  • 4
  • 13
  • 21