Skip to content

Instantly share code, notes, and snippets.

@yerffejytnac
Last active November 28, 2017 00:21
Show Gist options
  • Save yerffejytnac/4ebf5ef3403e04dfd9ce11a8722fe3c6 to your computer and use it in GitHub Desktop.
Save yerffejytnac/4ebf5ef3403e04dfd9ce11a8722fe3c6 to your computer and use it in GitHub Desktop.
Firefox Dev Tools (v57+) Font Overrides/Styles
@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