Skip to content

Instantly share code, notes, and snippets.

@Kadrei
Last active April 5, 2019 13:55
Show Gist options
  • Save Kadrei/185289d1cdd867e7c9fa4af8a757dad8 to your computer and use it in GitHub Desktop.
Save Kadrei/185289d1cdd867e7c9fa4af8a757dad8 to your computer and use it in GitHub Desktop.
Custom Font for VS Code
* {
font-family: 'Dank Mono';
}
/*
* For better readability
*/
.monaco-workbench > .activitybar > .content .monaco-action-bar .badge .badge-content {
top: 17px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment