Skip to content

Instantly share code, notes, and snippets.

@atwright147
Last active January 30, 2020 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atwright147/6ca42d45b0b861ad60a68a79c842828c to your computer and use it in GitHub Desktop.
Save atwright147/6ca42d45b0b861ad60a68a79c842828c to your computer and use it in GitHub Desktop.
Stylish
/* Bitbucket Server */
@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css);
/* Bitbucket code and diffs */
.content-view .CodeMirror pre,
pre.CodeMirror-line,
code {
font-family: 'Fira Code';
text-rendering: optimizeLegibility;
font-weight: 500;
}
.content-view .CodeMirror pre,
pre.CodeMirror-line {
font-weight: 500;
}
code {
font-size: 13px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment