Skip to content

Instantly share code, notes, and snippets.

@wkei
Last active March 8, 2018 10:18
Show Gist options
  • Save wkei/73f5b00b3a9589d98077446707d17495 to your computer and use it in GitHub Desktop.
Save wkei/73f5b00b3a9589d98077446707d17495 to your computer and use it in GitHub Desktop.
Safe Fonts

Sans-serif

-apple-system,		/* ios/mac */
BlinkMacSystemFont,	/* ios/mac */
"Segoe UI",			/* win */
Noto,					/* android */
Roboto,				/* android */
Oxygen-Sans,			/* linux */
Ubuntu,				/* linux */
Cantarell,			/* linux */
"Helvetica Neue",		/* ios/mac */
sans-serif			/* fallback*/

Serif

Georgia,				/* win/mac */
Cambria,				/* win */
"Times New Roman",	/* win/ios/mac */
"Noto Serif",			/* android */
"Droid Serif",		/* android */
Times,				/* fallback */
serif					/* fallback */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment