Created
January 31, 2016 14:57
-
-
Save rakuishi/c441346a6f29ef118405 to your computer and use it in GitHub Desktop.
Markdown 記法でいい感じに表示されるように 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
* { | |
font-family: 'Migu 1M', Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif; | |
line-height: 1.25; | |
} | |
h1, h2, h3, h4, h5 { | |
margin-top: 32px; | |
} | |
p { | |
margin: 16px 0; | |
} | |
code { | |
font-family: 'Migu 1M', Menlo, Monaco, Consolas, monospace; | |
padding: 2px; | |
background: #F8F8F8; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment