Skip to content

Instantly share code, notes, and snippets.

@kevinn
Created February 19, 2018 05:36
Show Gist options
  • Save kevinn/572b91efa931de338ed4a097cf7eb683 to your computer and use it in GitHub Desktop.
Save kevinn/572b91efa931de338ed4a097cf7eb683 to your computer and use it in GitHub Desktop.
github's font-stack
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 14px;
line-height: 1.5;
}
code {
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-size: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment