Skip to content

Instantly share code, notes, and snippets.

@balcsida
Created December 2, 2018 17:46
Show Gist options
  • Save balcsida/a7eed2c397b918362eabd261e522c8ac to your computer and use it in GitHub Desktop.
Save balcsida/a7eed2c397b918362eabd261e522c8ac to your computer and use it in GitHub Desktop.
Changes VSCode Workbench Font Family to SF Pro Display
.monaco-shell, .monaco-shell .monaco-menu-container .monaco-menu {
font-family: 'SF Pro Display';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment