Skip to content

Instantly share code, notes, and snippets.

@hamlim
Created May 29, 2017 19:02
Show Gist options
  • Save hamlim/b5028bbe7d8e36526bcad29f1632a9a6 to your computer and use it in GitHub Desktop.
Save hamlim/b5028bbe7d8e36526bcad29f1632a9a6 to your computer and use it in GitHub Desktop.
Font Stack
:root {
--fontFamilies: -apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen-Sans,
Ubuntu,
Cantarell,
"Helvetica Neue",
sans-serif;
}
html {
font-family: var(--fontFamilies);
}
/*
Sourced from: https://bitsofco.de/the-new-system-font-stack/
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment