Skip to content

Instantly share code, notes, and snippets.

@YamilG
Created September 18, 2010 18:14
Show Gist options
  • Save YamilG/585910 to your computer and use it in GitHub Desktop.
Save YamilG/585910 to your computer and use it in GitHub Desktop.
Helvetica + Ampersand Class
body {
font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
}
.ampersand {
font-family: 'Baskerville', 'Palatino', 'Hoefler Text', serif;
font-size: 1.2em;
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment