Skip to content

Instantly share code, notes, and snippets.

@f33rx
Created May 10, 2018 17:57
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 f33rx/2bf53eb0a9583dff9a0b8701a13f5d5a to your computer and use it in GitHub Desktop.
Save f33rx/2bf53eb0a9583dff9a0b8701a13f5d5a to your computer and use it in GitHub Desktop.
VSCode style for multiple fonts
.type.storage,.type.storage.declaration, .storage.class.modifier {
font-family: 'flottflott';
font-size: 1.7em;
}
.type.storage.arrow.function {
font-family: 'Fira Code'
}
.decorator.name, .decorator.punctuation:not(.block), .import.keyword {
font-family: 'flottflott';
font-size: 1.7em;
color: #68f39b!important;
}
.attribute-name {
font-family: 'flottflott';
font-size: 1.5em;
}
.html.quoted.double {
color: #a6f3a6!important;
}
.comment {
color: #c5c5fd!important;
}
.comment:not(.punctuation) {
font-family: flottflott;
font-size: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment