Created
February 18, 2018 20:48
-
-
Save sportebois/3bb8bbc1a214447cc66bc86d99085bc0 to your computer and use it in GitHub Desktop.
FiraCode in Bitbucket (stylish rule)
This file contains 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 */ | |
@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css); | |
/* Bitbucket code and diffs */ | |
.refract-content-container .line-numbers, | |
.refract-content-container .source, | |
body.adg3 .wiki-content pre, | |
body.adg3 ak-editor-bitbucket .ProseMirror pre, | |
body.adg3 ak-editor-bitbucket .code, | |
body.adg3 code, | |
body.adg3 pre, | |
body.adg3 tt { | |
font-family: 'Fira Code'; | |
} | |
/* applies to URLs on the domain bitbucket.org */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment