Last active
February 6, 2019 19:43
-
-
Save rajadain/34baacbec25b4c6da10c742e367da56d to your computer and use it in GitHub Desktop.
Hasklig / Fira Code on GitHub Stylish CSS
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
@-moz-document domain("github.com"), domain("gist.github.com"), domain("render.githubusercontent.com") { | |
/* Hasklig https://github.com/i-tu/Hasklig */ | |
/* Fira Code https://github.com/tonsky/FiraCode */ | |
/* Ligaturizer https://github.com/ToxicFrog/Ligaturizer */ | |
.branch-name, | |
.blob-num, | |
.blob-code-inner, | |
.CodeMirror pre, | |
.commit .sha, | |
.commit-desc pre, | |
.commit-ref, | |
.file-info, | |
.gollum-editor .gollum-editor-body, | |
.input-monospace, .rgh-monospace-textareas .comment-form-textarea, | |
input.url-field, | |
pre, | |
code, | |
tt { | |
font-family: "Hasklig", "Fira Code", "SF Mono", "Operator Mono Lig", "LigaInconsolata", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !important; | |
text-rendering: optimizeLegibility; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment