Last active
February 21, 2016 17:11
-
-
Save josketres/b663b5b5d19925688b74 to your computer and use it in GitHub Desktop.
Styles for my blog
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
@import url(https://fonts.googleapis.com/css?family=Merriweather:300); | |
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700); | |
.post-body { | |
font-family: 'Merriweather', serif; | |
color: #151515; | |
font-size: 18px; | |
font-weight: 300; | |
line-height: 27px; | |
letter-spacing: -0.01em; | |
} | |
h3.post-title { | |
font-family: 'Raleway', sans-serif; | |
font-size: 28px; | |
font-weight: 700; | |
} | |
h3.post-title a, | |
h3.post-title a:visited { | |
color: #151515; | |
} | |
/* header */ | |
.header.section { | |
margin: 0; | |
} | |
.Header h1 { | |
text-align: center; | |
font-family: 'Raleway', sans-serif; | |
font-size: 60px; | |
font-weight: 500; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment