Skip to content

Instantly share code, notes, and snippets.

@zimtimgetriebe
Last active November 13, 2015 13:42
Show Gist options
  • Save zimtimgetriebe/950873545895f58882e8 to your computer and use it in GitHub Desktop.
Save zimtimgetriebe/950873545895f58882e8 to your computer and use it in GitHub Desktop.
Improved Helvetica font stack
/* Helvetica font-stack */
font-family: : "Helvetica Neue", "Nimbus Sans L", "Helvetica", "Arial", sans-serif;
/* Helvetica font-stack extended */
font-family: : "Helvetica Neue", "Nimbus Sans L", "Helvetica", -apple-system, BlinkMacSystemFont, "Nimbus Sans", "Univers", "Geneva", "Liberation Sans", "Arial", sans-serif;
/* typophiles */
font-family: "Neue Haas Grotesk", "Neue Haas Unica", "Akzidenz-Grotesk Next", "Helvetica Neue", "Swiss 721", "Nimbus Sans L", "Akzidenz-Grotesk", "CG Triumvirate", "Aktiv Grotesk", "Europa Grotesk SB", -apple-system, "Helvetica", "Univers", "Geneva", "Arial", sans-serif;
/* rendering issues? let your OS choose the system font */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment