Skip to content

Instantly share code, notes, and snippets.

@nizhib
Created September 5, 2021 11:27
Show Gist options
  • Save nizhib/481b5e89ee9749bf9c8e07b563bee57c to your computer and use it in GitHub Desktop.
Save nizhib/481b5e89ee9749bf9c8e07b563bee57c to your computer and use it in GitHub Desktop.
Monospaced
.highlight > pre > span,
.highlight > tbody > tr > td,
.highlight > table > tbody > tr > td,
.highlight > table > tbody > tr > td > span,
.jp-InputPrompt, .jp-OutputPrompt,
.CodeMirror-linenumber,
.preview > span,
.preview > span > span,
.line-number,
pre, code, .code, .pre {
font-style: normal !important;
font-weight: normal !important;
font-size: 14px !important;
font-family: "Fira Mono" !important;
opacity: 0.9999 !important;
}
.line-numbers-wrapper {
line-height: 1.222 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment