Font weight and italics

PHOTO EMBED

Mon Feb 13 2023 05:58:29 GMT+0000 (Coordinated Universal Time)

Saved by @logesh #html

<p class="fw-bold">Bold text.</p>
<p class="fw-bolder">Bolder weight text (relative to the parent element).</p>
<p class="fw-semibold">Semibold weight text.</p>
<p class="fw-normal">Normal weight text.</p>
<p class="fw-light">Light weight text.</p>
content_copyCOPY