Skip to content

Instantly share code, notes, and snippets.

@harrydayexe
Created April 9, 2021 10:56
Show Gist options
  • Save harrydayexe/a5e231b43999a4cef7f9efbc94eae1b1 to your computer and use it in GitHub Desktop.
Save harrydayexe/a5e231b43999a4cef7f9efbc94eae1b1 to your computer and use it in GitHub Desktop.
CSS Default System Fonts
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@harrydayexe
Copy link
Author

This is the default font stack that GitHub uses to increase loading times by using the default font for each platform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment