I am trying to change the font weight of a paragraph in CSS. I have tried thin, bold, normal, 700, 800, 900, but the appearance is not changing.
.p1 {
font-weight: thin;
}
<p>It was the best of times, it was the worst of times</p>
<p class="p1">It was the best of times, it was the worst of times</p>
I think the
font-weight
property in CSS usually accepts numeric values or keywords, i.e.,