Skip to content

Instantly share code, notes, and snippets.

@samgro
Created February 20, 2012 05:58
Show Gist options
  • Save samgro/1868058 to your computer and use it in GitHub Desktop.
Save samgro/1868058 to your computer and use it in GitHub Desktop.
Default font styling
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 24px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment