Skip to content

Instantly share code, notes, and snippets.

@rubdos
Created September 19, 2015 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubdos/8d36cd3c5e7ec74cd099 to your computer and use it in GitHub Desktop.
Save rubdos/8d36cd3c5e7ec74cd099 to your computer and use it in GitHub Desktop.
Use Hack font for github through Stylish
@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