Skip to content

Instantly share code, notes, and snippets.

@vamsee9
Created September 17, 2021 11:06
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 vamsee9/80af0686b4887c3a416fa699a69d067d to your computer and use it in GitHub Desktop.
Save vamsee9/80af0686b4887c3a416fa699a69d067d to your computer and use it in GitHub Desktop.
/*
I decided on the Fira Code cursive font for now. Works better for me than FlottFlott.
*/
.mtk7,
.mtk3,
.mtk13,
.mtk16 {
margin-left: 1px;
font-family: "Fira Code";
font-size: 14px;
font-weight: 500;
}
/* .mtk7,
.mtk4 {
font-family: "Fira Code";
font-size: 14px;
} */
/*
For the tab titles.
*/
/* .monaco-icon-label-description-container .label-name {
font-family: "Fira Code";
font-size: 1.3em;
}
.tabs-container .monaco-icon-label-description-container .label-name,
.sidebar .monaco-icon-label-description-container .label-name,
.quick-open-row .monaco-icon-label-description-container .label-name {
font-family: -apple-system, BlinkMacSystemFont, Segoe WPC, Segoe UI,
HelveticaNeue-Light, Ubuntu, Droid Sans, sans-serif;
font-size: 1em;
} */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment