Skip to content

Instantly share code, notes, and snippets.

@gooddadmike
Last active February 16, 2018 18:23
Show Gist options
  • Save gooddadmike/e89d98aa1c1a93a835dc4352ba7a060f to your computer and use it in GitHub Desktop.
Save gooddadmike/e89d98aa1c1a93a835dc4352ba7a060f to your computer and use it in GitHub Desktop.
vs-code-styles.css
/* Set italics and comments to the script font */
.mtk4, .mtk5 {
font-family: 'Script12 BT';
font-size: 1em;
font-style: normal;
}
.comment,
.attribute-name,
.this,
.decorator,
.key:not(.punctuation),
.property-name {
font-family: 'Script12 BT';
font-style: italic;
font-size: 1.2em; // Lines up perfectly with Fira Code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment