HTMLDOMスタイルのfontWeightプロパティ
HTML DOM fontWeightプロパティは、要素のテキスト文字の太さを設定または返すために使用されます。
以下は、-
の構文です。fontWeightプロパティの設定-
object.style.fontWeight = "normal|lighter|bold|bolder|value|initial|inherit"
上記の特性は次のように説明されています
値 | 説明 |
---|---|
これはデフォルトであり、フォントは変更されません。 | |
100 200 300 400 500 600 700 800 900 | |
fontWeightプロパティの例を見てみましょう-
例
<!DOCTYPE html> <html> <head> <style> #demo2,#demo1 { font-family: 'times new roman'; font-size: 25px; } </style> <script> function changeFontWeight() { document.getElementById("demo1").style.fontWeight="bold"; document.getElementById("demo2").style.fontWeight="bold"; document.getElementById("Sample").innerHTML="The font weight has been changed for the above paragraphs"; } </script> </head> <body> <div id="demo1" >This is demo text</div> <div id="demo2">This is demo text</div> <p>Change the font weight for the text inside above divs by clicking the below button</p> <button onclick="changeFontWeight()">Change font Weight </button> <p id="Sample"></p> </body> </html>
出力
「フォントの太さを変更」をクリックすると 」ボタン-
-
HTMLDOMスタイルのfontFamilyプロパティ
HTML DOMスタイルのfont-familyプロパティは、選択した要素の特定のフォントリストを設定または返すために使用されます。 Webセーフフォントを使用し、追加のフォントを指定することをお勧めします。 以下は、-の構文です。 fontFamilyプロパティの設定- object.style.fontFamily = "font1, font2, etc.|initial|inherit" ここで、font1、font2はコンマ区切りのフォントリストです。最初のフォントを適用できない場合は、2番目のフォントが適用されます。 Initialはプロパティ値をデフォル
-
HTMLDOMスタイルのフォントプロパティ
HTML DOM Style fontプロパティは、font-style、font-variant、font-weight、font-size、line-height、およびfont-familyという名前の6つのプロパティを設定または取得するために使用されます。フォントサイズとフォントファミリは必須の属性値であり、他のすべての欠落している値のデフォルトを設定できます。 フォントプロパティを返すための構文は次のとおりです- object.style.font フォントプロパティの設定- 値 説明 スタイル フォントスタイルの設定。 バリアント スモール