Skip to content

Instantly share code, notes, and snippets.

@sportebois
Last active February 18, 2018 20:52
Show Gist options
  • Save sportebois/7bd0e83a96f50f44f042ccdcec6618c9 to your computer and use it in GitHub Desktop.
Save sportebois/7bd0e83a96f50f44f042ccdcec6618c9 to your computer and use it in GitHub Desktop.
FiraCode in Gitlab (Stylish rule)
/* Gitlab */
@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css);
.file-content.code pre code,
.wiki code,
.diff-file .diff-content table {
font-family: 'Fira Code';
}
/* applies to URLs on the domain gitlab.com */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment