Last active
September 11, 2021 17:19
-
-
Save abouthalf/df512a53c142161938d9c7189a717fcb to your computer and use it in GitHub Desktop.
Visual Studio Code user settings for Operator Mono
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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" | |
} |
What's Ssm?
@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/
Not working.
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
Especially whitespaces are very useful. I did not know that. Thanks!