Created
January 27, 2015 04:33
-
-
Save ShogunPanda/0bc8e0b89442b49b0fb8 to your computer and use it in GitHub Desktop.
michan-efp-bejelein.css
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(http://fonts.googleapis.com/css?family=Alegreya|Ubuntu:300); | |
.michan-custom{ | |
font-family: Alegreya; | |
font-size: 14pt; | |
line-height: 1.4em; | |
text-align:justify; | |
max-width: 21cm; | |
word-wrap: break-word; | |
margin: 0 auto; | |
} | |
.michan-custom br + br{ | |
display: block; | |
margin: 0 0 5px; | |
content: " "; | |
} | |
.michan-custom .comments{ | |
margin-top: 3em; | |
padding-top: 3em; | |
border-top: 2px dashed #777; | |
color: #999; | |
font-family: Ubuntu; | |
font-weight: 300; | |
font-size: 0.8em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment