Skip to content

Instantly share code, notes, and snippets.

@peduarte
Last active May 10, 2018 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peduarte/1f2f433e83f5c981bed09a0b03b0da0c to your computer and use it in GitHub Desktop.
Save peduarte/1f2f433e83f5c981bed09a0b03b0da0c to your computer and use it in GitHub Desktop.
Custom CSS for VSCode using the "Custom CSS and JS Loader"
.monaco-tree, .part.sidebar {
font-family: "Operator Mono";
font-size: 14px;
line-height: 1.6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment