Skip to content

Instantly share code, notes, and snippets.

@heiswayi
Last active January 30, 2023 23:00
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save heiswayi/50a3307696f1f70da28fa29d4c7f5201 to your computer and use it in GitHub Desktop.
Save heiswayi/50a3307696f1f70da28fa29d4c7f5201 to your computer and use it in GitHub Desktop.
Default font-family for web stuffs

Headings (H1-H6)

font-family: Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;

Body

font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

Code

font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace !important;

Blockquote

font-family: "Inconsolata", "Helvetica Neue", Helvetica, Arial, sans-serif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment