operator-mono-ligature
operator-mono-ligature copied to clipboard
Operator Mono ligatures build file
Operator-Mono-Ligature Font
An awesome code font for code editor and the terminal.
Usage
git clone https://github.com/SujonHossain1/operator-mono-ligature.git
Configure Your Code Editor
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
:warning: **If you are using window **: Restart VsCode