Can someone tell me how to obtain this ligatures? It is a specific font or a settings configuration?
Asked
Active
Viewed 2,445 times
1
-
Does this answer your question? [How do i setup font ligatures for Visual Studio Code?](https://stackoverflow.com/questions/56209769/how-do-i-setup-font-ligatures-for-visual-studio-code) – Álvaro González Jan 30 '23 at 08:42
2 Answers
2
Tried running that font from at WhatTheFont but couldn't find it. Looks like a custom font I guess. A great paid option is Operator Mono which's $200 and a free option is Fira Code.
I suggest you setup FiraCode with ligatures.
Step #1: Install Fira Code.
Step #2: Set the font in VSCode settings:
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
Step #3: Restart/reload VSCode.
That's about it.

Ahmad Awais
- 33,440
- 5
- 74
- 56
0
this font named Operator Thin Italic it is very expensive like may be 400 USD take a look https://www.typography.com/fonts/operator/styles
use Fira Code

Nadim Al Abdou
- 768
- 7
- 13