Last active
November 28, 2017 00:21
-
-
Save yerffejytnac/4ebf5ef3403e04dfd9ce11a8722fe3c6 to your computer and use it in GitHub Desktop.
Firefox Dev Tools (v57+) Font Overrides/Styles
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document regexp("chrome://browser/content/devtools/**/.*"){ | |
.devtools-monospace #root [role="treeitem"] { | |
font-family: 'Operator Mono SSm Lig', serif !important; | |
font-size: 11px !important; | |
line-height: 16px !important; | |
-moz-osx-font-smoothing: grayscale !important; | |
letter-spacing: initial !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment