Skip to content

Instantly share code, notes, and snippets.

@danjjohnson
Created August 31, 2012 14:02
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 danjjohnson/3553066 to your computer and use it in GitHub Desktop.
Save danjjohnson/3553066 to your computer and use it in GitHub Desktop.
Editing fonts with CSS
.entry a:link, .entry a:visited {
font-family: Georgia, serif;
color: #0066cc;
font-weight: bold;
font-size: 1.1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment