Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 576 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 576 Bytes

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

⚠️ **If you are using window **: Restart VsCode