-
-
Save kurdin/0cc0d67a872f3b09c7ae31f5faac31fa 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