Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Last active November 23, 2015 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/8ba7b2c56aa8934d3467 to your computer and use it in GitHub Desktop.
Save guitarrapc/8ba7b2c56aa8934d3467 to your computer and use it in GitHub Desktop.
/* font adjustment */
body {
/* body全体 */
font-family: Avenir, 'Helvetica neue', "游ゴシック", "YuGothic", "Yu Gothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
}
.entry-categories {
/* エントリカテゴリ */
font-weight: bold;
}
.entry-content {
/* エントリ本文 */
font-size: 95%; /* デフォルトは95% */
line-height: 1.8; /* デフォルトは1.9 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment