Skip to content

Instantly share code, notes, and snippets.

@tevashov
Created March 15, 2013 19:34
Show Gist options
  • Select an option

  • Save tevashov/5172462 to your computer and use it in GitHub Desktop.

Select an option

Save tevashov/5172462 to your computer and use it in GitHub Desktop.
Basic typography
.content {
font: 1em/1.4 Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.title {
font: 1.7em/1.2 Baskerville, "Baskerville old face", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.code {
font: 0.8em/1.6 Monaco, Mono-Space, monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment