body { | |
/* フォントの種類 */ | |
font-family: -apple-system, BlinkMacSystemFont, | |
"Hiragino Kaku Gothic ProN", Meiryo, sans-serif; | |
/* フォントのサイズ */ | |
font-size: 17px; | |
/* フォントの色 */ | |
color: #333; | |
/* 文字間隔の調整の設定 */ | |
letter-spacing: 1.5px; | |
/* 行間の設定 */ | |
line-height: 1.75; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment