Skip to content

Instantly share code, notes, and snippets.

@kyrose
Created January 9, 2021 05:27
Show Gist options
  • Save kyrose/0c9cac24837c0b96f8b4d87a07e0e7aa to your computer and use it in GitHub Desktop.
Save kyrose/0c9cac24837c0b96f8b4d87a07e0e7aa to your computer and use it in GitHub Desktop.
//* -------------------------------------------------------------------------- */
// Sans
$font-stack-system-sans: (
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue",
Arial,
sans-serif
);
//* -------------------------------------------------------------------------- */
// Monospace
$system-fonts-mono: (
ui-monospace,
Menlo,
Monaco,
"Cascadia Mono",
"Segoe UI Mono",
"Fira Code",
"Roboto Mono",
"Oxygen Mono",
"Ubuntu Monospace",
"Source Code Pro",
"Droid Sans Mono",
"Courier New",
monospace
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment