URLをコピーしました!
スキルアップを始める!

【CSS】html, bodyに設定するfont-familyの例|游ゴシック体|ヒラギノ角ゴシック Proなど

CSS(シー・エス・エス)
\ワードプレスのスキルアップはこちら!/ WordPress入門読本

font-family(フォントファミリー)を設定した例

Quicksand, 游ゴシック体…

html, body {
font-family: Quicksand, 游ゴシック体, “Yu Gothic”, YuGothic, “ヒラギノ角ゴシック Pro”, “Hiragino Kaku Gothic Pro”, メイリオ, Meiryo, Osaka, “MS Pゴシック”, “MS PGothic”, sans-serif;
}

“MS 明朝”,serif;

html, body {
font-family: “MS 明朝”,serif;
}

Impact,Charcoal;

html, body {
font-family: Impact,Charcoal;
}

font-familyを変えると、文字が変わります!

ご参考下さい(^o^)/

Kindle Unlimited 会員は無料で購読できます
購読はこちら
Kindle Unlimited 会員は無料で購読できます
購読はこちら