Skip to content

Instantly share code, notes, and snippets.

@anovsiradj
Last active August 12, 2018 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anovsiradj/d4c62e260895b95a2c8accdd1c0c58ad to your computer and use it in GitHub Desktop.
Save anovsiradj/d4c62e260895b95a2c8accdd1c0c58ad to your computer and use it in GitHub Desktop.
css system fonts
/*
using OS fonts.
order, each vendor, new to old.
apple,
linux,
android,
windows
default.
*/
@fonts: 'system-ui', '-apple-system', BlinkMacSystemFont, Ubuntu, Oxygen, Cantarell, Roboto, 'Droid Sans', 'Segoe UI', Tahoma, 'Microsoft Sans Serif', Helvetica, 'sans-serif';
body {
font-family: @fonts;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment