Created
April 9, 2021 10:56
-
-
Save harrydayexe/a5e231b43999a4cef7f9efbc94eae1b1 to your computer and use it in GitHub Desktop.
CSS Default System Fonts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: -apple-system, 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
This is the default font stack that GitHub uses to increase loading times by using the default font for each platform