Skip to content

Instantly share code, notes, and snippets.

@aleduca
Created March 20, 2024 13:29
Show Gist options
  • Save aleduca/3a06872f41f4531488b90fde5a017dc7 to your computer and use it in GitHub Desktop.
Save aleduca/3a06872f41f4531488b90fde5a017dc7 to your computer and use it in GitHub Desktop.
vscode with two fonts
.type.storage,.type.storage.declaration, .storage.class.modifier, .mtki {
font-family: 'Victor Mono';
font-size: 1.1em;
}
.type.storage.arrow.function {
font-family: 'JetBrains Mono'
}
.decorator.name, .decorator.punctuation:not(.block), .import.keyword {
font-family: 'Victor Mono';
font-size: 1.1em
}
.attribute-name {
font-family: 'Victor Mono';
font-size: 1.1em
}
.comment:not(.punctuation) {
font-family: 'Victor Mono';
font-size: 1.1em
}
/* .mtk3,
.mtk4,
.mtk13,
.mtk16 {
margin-left: 1px;
font-family: "Victor Mono";
font-size: 1.1em;
} */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment