Created
September 19, 2015 19:55
-
-
Save rubdos/8d36cd3c5e7ec74cd099 to your computer and use it in GitHub Desktop.
Use Hack font for github through Stylish
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("github.com") { | |
@font-face { font-family: 'Consolas'; src: local('Hack'); } | |
.blob-code-inner, tt, code, pre, | |
.ace_editor.ace-github-light { | |
font-family: "Hack" !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment