📜  css代码示例中的粗体文本

📅  最后修改于: 2022-03-11 14:47:56.433000             🧑  作者: Mango

代码示例2
p.normal {
  font-weight: normal;
}

p.thick {
  font-weight: bold;
}

p.thicker {
  font-weight: 900;
}