font-weight

Home » CSS » font-weight

CSSコピー

クリックで全選択状態になります。

サンプル
.sample{font-weight: normal;}
<p class="sample">スタイルシート サンプル</p>

スタイルシート サンプル


.sample{font-family: bold;}
<p class="sample">スタイルシート サンプル</p>

スタイルシート サンプル

ポイントや注意事項
値/プロパティ値

IEでは上記しか機能しない。

関連コンテンツ:スタイルシートについて 効率的なCSSソースの記述

サイトマップ1 サイトマップ2

Copyright © CSS.Design Sample-スタイルシートデザインサンプル. All Rights Reserved.