Skip to content

sujon-co/operator-mono-ligature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published