Skip to content

Instantly share code, notes, and snippets.

@CoachBirgit
Created January 13, 2016 16:04
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 CoachBirgit/6c8342956c438e03e0bf to your computer and use it in GitHub Desktop.
Save CoachBirgit/6c8342956c438e03e0bf to your computer and use it in GitHub Desktop.
Sample CSS using Neuton from Google Fonts.
body {
background-color: #fff;
color: #333;
font-family: Neuton, serif;
font-size: 22px;
font-weight: 300;
line-height: 1.5;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment