Skip to content

Instantly share code, notes, and snippets.

@reyesyang
Created April 24, 2013 15:32
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 reyesyang/5453049 to your computer and use it in GitHub Desktop.
Save reyesyang/5453049 to your computer and use it in GitHub Desktop.
Font CSS basic settings
body {
font-family: "Helvetica Neue",​Helvetica,​Arial,​sans-serif
font-size: 14px;
color: #333333;
line-height: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment