Home » CSS » font-weight
クリックで全選択状態になります。
.sample { font-weight: normal; }
.sample { font-family: bold; }
.sample{font-weight: normal;}
<p class="sample">スタイルシート サンプル</p>
スタイルシート サンプル
.sample{font-family: bold;}
IEでは上記しか機能しない。
関連コンテンツ:スタイルシートについて 効率的なCSSソースの記述
サイトマップ1 サイトマップ2