/* 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