Skip to content

Instantly share code, notes, and snippets.

@shigesanpo
Created February 13, 2020 23:23
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 shigesanpo/1e76de0d34c2dc0d93f537869f850a74 to your computer and use it in GitHub Desktop.
Save shigesanpo/1e76de0d34c2dc0d93f537869f850a74 to your computer and use it in GitHub Desktop.
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