0
0

More than 3 years have passed since last update.

[CSS]フォントの太さを指定する

Posted at

[CSS] 見出しタグのフォントの太さを指定する

見出しタグとは

<h1>~<h6>のことです。
<h1>~<h6>のHとはHeadingの略です。
見出しという意味です。

見出しタグの太さ

<h1>~<h6>は初期状態でfont-weight: bold;になっています。
CSSでfont-weight: normal;と指定すると文字が標準の太さになります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0