Created
January 1, 2022 16:35
-
-
Save MiggieNRG/4b461024675c9cbc77cdd4646d52c3dc 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-panel.tool-panel { | |
font-size: 15px; | |
} | |
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