标签: css字体加粗
thumbnail

css字体加粗效果怎么实现

要实现CSS字体加粗效果,可以使用font-weight属性。 使用关键字值:可以将font-weight属性的值设置为"bold"来加粗字体。例如: p { font-weight: b……