Created
April 3, 2018 08:29
-
-
Save tobaco/440daa6e01c10d5f1cc2ac445637da49 to your computer and use it in GitHub Desktop.
System fonts in CSS (https://furbo.org/2018/03/28/system-fonts-in-css/)
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
body { | |
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", | |
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", | |
"Droid Sans", "Helvetica Neue", sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment