An awesome code font for code editor and the terminal.
git clone https://github.com/SujonHossain1/operator-mono-ligature.git
After Install font then update vscode settings.json file
"editor.fontFamily": "OperatorMonoSSmLig-Book",
"editor.fontLigatures": true,
// for Windows
"editor.fontFamily": "Operator Mono SSm Lig",
"editor.fontLigatures": true,
"editor.fontWeight": "400", // adjust for desired weight
⚠️ **If you are using window **: Restart VsCode