📜  html 如何使文本不加粗 - Html 代码示例

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

代码示例1
.notbold{
    font-weight:normal
}​