h{
font-weight:normal
}
那么,原理就是CSS所谓的最实用的“层叠”性能了。所有固定选择器的默认属性都可以通过此性能进行修改。
希望能帮到兄弟。
<head><style type="text/css">
<!--
body{font-size:12pxfont-weight:normal}
-->
</style>
</head>
<!--或是在有加粗显示的地方设置css样式 font-weight:normal-->
h{
font-weight:normal
}
那么,原理就是CSS所谓的最实用的“层叠”性能了。所有固定选择器的默认属性都可以通过此性能进行修改。
希望能帮到兄弟。
<head><style type="text/css">
<!--
body{font-size:12pxfont-weight:normal}
-->
</style>
</head>
<!--或是在有加粗显示的地方设置css样式 font-weight:normal-->