Reputation: 97
Can someone tell me how to obtain this ligatures? It is a specific font or a settings configuration?
Upvotes: 1
Views: 3571
Reputation: 37198
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.
Upvotes: 2
Reputation: 838
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
Upvotes: 0