Skip to content

Instantly share code, notes, and snippets.

@MehulATL
Created August 27, 2016 23:25
Show Gist options
  • Save MehulATL/be6b92ed58585227c7d0291b7ae399cd to your computer and use it in GitHub Desktop.
Save MehulATL/be6b92ed58585227c7d0291b7ae399cd to your computer and use it in GitHub Desktop.
me atom font styling
//add the following styles to use ur font
atom-text-editor {
font-family: "Operator Mono Ssm";
font-size: 16px;
font-weight: 100;
line-height: 1.6;
letter-spacing: -0.5px;
}
.entity.other.attribute-name {
font-style: italic;
}
atom-text-editor::shadow {
.entity.other.attribute-name {
font-family: "Operator Mono Ssm";
font-style: italic;
}
}
atom-text-editor::shadow .comment {
font-family: "Operator Mono Ssm";
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment