Last active
January 30, 2020 09:27
-
-
Save atwright147/6ca42d45b0b861ad60a68a79c842828c to your computer and use it in GitHub Desktop.
Stylish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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