Created
July 12, 2013 14:32
-
-
Save astannard/5984913 to your computer and use it in GitHub Desktop.
Ye Old Typography
This file contains hidden or 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
body { | |
background-color: #f5f5dc; | |
border-top: solid 10px #333; | |
color: #4c362a; | |
font-size: 1.1em; | |
font-family: 'Alegreya', serif; | |
margin: 0; | |
padding: 0; | |
} | |
h1, h2, h3, | |
h4, h5, h6 { | |
color: #4c362a; | |
margin-bottom: 0; | |
padding-bottom: 0; | |
font-family: 'IM Fell English', serif; | |
} | |
.main-content p:first-letter { | |
font-size: 1.4em!important; | |
display: block; | |
} | |
.main-content p:first-child:first-letter { | |
font-family: 'IM Fell English', serif; | |
font-weight: 600; | |
font-size: 6em!important; | |
line-height: .8; | |
display: block; | |
float: left; | |
height: 0.7em; | |
margin: 5px 15px 5px -7px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment