Last active
June 23, 2021 06:24
-
-
Save peterpme/a9fdc9b00de9c7de4325a4019c8f3626 to your computer and use it in GitHub Desktop.
Operator Mono and Fira Code working together in Atom
This file contains hidden or 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
// ... | |
atom-workspace, | |
atom-text-editor { | |
font-family: "Fira Code"; | |
text-rendering: optimizeLegibility; | |
font-size: 17px; | |
font-weight: 400; | |
line-height: 1.8; | |
} | |
atom-text-editor::shadow{ | |
.entity.other.attribute-name { | |
font-family: "Operator Mono"; | |
font-size: 18px; | |
font-style: italic; | |
} | |
} | |
// ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment