Skip to content

Instantly share code, notes, and snippets.

@Longhanks
Last active August 15, 2022 11:13
Show Gist options
  • Save Longhanks/926d26c43c768b65e37428cc4ea9e86d to your computer and use it in GitHub Desktop.
Save Longhanks/926d26c43c768b65e37428cc4ea9e86d to your computer and use it in GitHub Desktop.
userContent.css
code, pre {
font-family: monospace !important;
}
.blob-num, .blob-code, .blob-code-inner {
font-family: monospace !important;
}
.crayon-font-consolas * {
font-family: monospace !important;
}
.octotree-ad-small {
display: none !important;
}
.octotree-footer {
display: none !important;
}
.octotree-sidebar {
padding-bottom: 0px !important;
}
.octotree-promotion {
display: none !important;
}
:root {
--ring-font-family-monospace: monospace !important;
}
.monospaced-text {
font-family: monospace !important;
}
.pl-reader {
font-family: monospace !important;
}
.monaco-editor .view-lines {
font-family: monospace !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment