Created
October 1, 2021 04:55
-
-
Save danielvlopes/c67626c3fbffe28aec3fca34885cb90c to your computer and use it in GitHub Desktop.
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
$font-family-sans-serif: | |
// Cross-platform generic font family (default user interface font) | |
system-ui, | |
// Safari for macOS and iOS (San Francisco) | |
-apple-system, | |
// Windows | |
"Segoe UI", | |
// Android | |
Roboto, | |
// Basic web fallback | |
"Helvetica Neue", Arial, | |
// Linux | |
"Noto Sans", | |
"Liberation Sans", | |
// Sans serif fallback | |
sans-serif, | |
// Emoji fonts | |
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment