Javascript
 Computer >> コンピューター >  >> プログラミング >> Javascript

CSSでフォントの太さを設定する


font-weightプロパティは、フォントの太字または太字の表示を増減するために使用されます。 font-weightプロパティは、フォントの太字を指定する機能を提供します。可能な値は、normal、bold、bolder、lighter、100、200、300、400、500、600、700、800、900です。

<html>
   <head>
   </head>
   <body>
      <p style = "font-weight:bold;">This font is bold.</p>
      <p style = "font-weight:bolder;">This font is bolder.</p>
      <p style = "font-weight:500;">This font is 500 weight.</p>
   </body>
</html>

  1. CSSを使用してemでフォントサイズを設定する

    フォントサイズをピクセルで設定するには、 emを使用します ユニット、 font-size プロパティ。 1em = 16px 例 次のコードを実行して、emでフォントサイズを設定してみてください <!DOCTYPE html> <html>    <head>       <style>          h1 {             /* 30px/16 = 1.875em *

  2. CSSのフォントの太さ

    CSS font-weightプロパティは、要素のテキスト文字の太字を定義するために使用されます。 構文 CSSfont-weightプロパティの構文は次のとおりです- Selector {    font-weight: /*value*/ } 例 次の例は、font-weightプロパティ-を示しています。 <!DOCTYPE html> <html> <head> <style> div {    margin: 3px;    font-family: "Ink F