Skip to content

Instantly share code, notes, and snippets.

@don1138
Last active July 19, 2024 00:24
Show Gist options
  • Select an option

  • Save don1138/52a49e5ae896d82820f7ec2d0e1dea6d to your computer and use it in GitHub Desktop.

Select an option

Save don1138/52a49e5ae896d82820f7ec2d0e1dea6d to your computer and use it in GitHub Desktop.
/* via "Modern Font Stacks" (https://github.com/system-fonts/modern-font-stacks) */
font-family: system-ui, sans-serif;
/* via "System Font Stack" (https://css-tricks.com/snippets/css/system-font-stack/) */
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
/* via "Operating systems default sans-serif fonts" (https://fontsarena.com/blog/operating-systems-default-sans-serif-fonts) */
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
/* System Fonts as used by GitHub */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
/* System Fonts as used by Medium and WordPress */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment