Created
March 20, 2024 13:29
-
-
Save aleduca/3a06872f41f4531488b90fde5a017dc7 to your computer and use it in GitHub Desktop.
vscode with two fonts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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