Created
August 31, 2012 14:02
-
-
Save danjjohnson/3553066 to your computer and use it in GitHub Desktop.
Editing fonts with CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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