Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8809

【CSS】font-weight

$
0
0

font-weight

:sunny:文字の太さを変える
:sunny: normal もしくは bold を指定する

例.html
<p>文字の太さは普通だよ</p>
例.css
p{font-weight:normal;}

Web

スクリーンショット 2020-01-20 19.37.43.png

normal なので普通の太さです:sweat_smile:
しかしこの normal を bold に変更すると・・・

例.css
p{font-weight:bold;}

Web

スクリーンショット 2020-01-20 19.40.28.png

さっきと比べて文字が太くなりました:laughing:
ちなみに・・・

スクリーンショット 2020-01-20 19.43.52.png

h1〜h6 はデフォルトで太字設定されています。
なので

例.css
h1{font-weight:normal;}h2{font-weight:normal;}h3{font-weight:normal;}h4{font-weight:normal;}h5{font-weight:normal;}h6{font-weight:normal;}

で normal に設定すると

スクリーンショット 2020-01-20 19.46.14.png

文字が細くなります:laughing:


Viewing all articles
Browse latest Browse all 8809

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>