Skip to content

Instantly share code, notes, and snippets.

@ddurst
Created January 21, 2020 16:05
Show Gist options
  • Save ddurst/9b40f85cbe13cc6c0e72830ca8933663 to your computer and use it in GitHub Desktop.
Save ddurst/9b40f85cbe13cc6c0e72830ca8933663 to your computer and use it in GitHub Desktop.
Stylus style to force github to use Helvetica
@-moz-document domain("github.com") {
body,
.markdown-body {
/* font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment