在CSS中,可以使用font-weight属性来设置文本的粗细程度。可以将值设置为以下之一:
font-weight
normal
bold
bolder
lighter
100
900
示例:
p { font-weight: bold; }
这将使<p>元素中的文本变为粗体。
<p>