Skip to content

Instantly share code, notes, and snippets.

@sportebois
Created February 18, 2018 20:48
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 sportebois/3bb8bbc1a214447cc66bc86d99085bc0 to your computer and use it in GitHub Desktop.
Save sportebois/3bb8bbc1a214447cc66bc86d99085bc0 to your computer and use it in GitHub Desktop.
FiraCode in Bitbucket (stylish rule)
/* 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