Skip to content

Instantly share code, notes, and snippets.

@adam-stokes
Last active August 29, 2019 00:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adam-stokes/550279ef0abf68f05e060655d9c06be2 to your computer and use it in GitHub Desktop.
Save adam-stokes/550279ef0abf68f05e060655d9c06be2 to your computer and use it in GitHub Desktop.
userstyle github
#files .file .data pre,
#files .file .line-data,
#files .file .line-number,
code,
pre,
.blob-code,
.blob-code-inner,
#readme div.plain pre {
font-family: 'Ubuntu Mono', monospace !important;
font-variant-ligatures: contextual !important;
font-feature-settings: "calt" 1 !important;
}
.blob-wrapper,
.highlight,
pre,
#readme article {
font-family: 'Ubuntu', monospace !important;
font-variant-ligatures: contextual !important;
font-feature-settings: "calt" 1 !important;
}
body {
font-family: 'Ubuntu';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment