Skip to content

Instantly share code, notes, and snippets.

@dannygarcia
Created April 4, 2013 22:31
Show Gist options
  • Save dannygarcia/5314941 to your computer and use it in GitHub Desktop.
Save dannygarcia/5314941 to your computer and use it in GitHub Desktop.
CSS to override default font styling in the LightGrid tumblr theme.
#content, #content p, #content ul {
font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment