Skip to content

Instantly share code, notes, and snippets.

@danielvlopes
Created October 1, 2021 04:55
Show Gist options
  • Save danielvlopes/c67626c3fbffe28aec3fca34885cb90c to your computer and use it in GitHub Desktop.
Save danielvlopes/c67626c3fbffe28aec3fca34885cb90c to your computer and use it in GitHub Desktop.
$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