Skip to content

Instantly share code, notes, and snippets.

@abouthalf
Last active September 11, 2021 17:19
Show Gist options
  • Save abouthalf/df512a53c142161938d9c7189a717fcb to your computer and use it in GitHub Desktop.
Save abouthalf/df512a53c142161938d9c7189a717fcb to your computer and use it in GitHub Desktop.
Visual Studio Code user settings for Operator Mono
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Operator Mono SSm",
// Enables font ligatures
"editor.fontLigatures": true,
// Controls whether the editor should render whitespace characters
"editor.renderWhitespace": "all"
}
@ogzA
Copy link

ogzA commented May 27, 2017

Especially whitespaces are very useful. I did not know that. Thanks!

@vinhlh
Copy link

vinhlh commented Jun 2, 2017

What's Ssm?

@abouthalf
Copy link
Author

@vinhlh - "SSm" is just part of the full name of the typeface - I think it stands for "screen smart" https://www.typography.com/fonts/operator/styles/screensmart/

@mittalyashu
Copy link

Not working.

@kasper369-GitHub
Copy link

my font is not cursive but my comments are cursive. How do I make my font cursive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment