Skip to content

Instantly share code, notes, and snippets.

@rakuishi
Created January 31, 2016 14:57
Show Gist options
  • Save rakuishi/c441346a6f29ef118405 to your computer and use it in GitHub Desktop.
Save rakuishi/c441346a6f29ef118405 to your computer and use it in GitHub Desktop.
Markdown 記法でいい感じに表示されるように CSS 調整
* {
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