font-weight

normal bold

.normal { font-weight: normal }
.bold { font-weight: bold }

You can also set font-weight to an integer between 100 (lightest) and 900 (boldest).

With the font-weight property, we can make elements bold.