Created
October 16, 2017 09:37
-
-
Save my8bit/6e553e50871da2e899df473c12768ce2 to your computer and use it in GitHub Desktop.
System font family example
This file contains hidden or 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
// https://hackernoon.com/web-fonts-when-you-need-them-when-you-dont-a3b4b39fe0ae | |
body { | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment