当前位置: 教程>CSS属性手册
CSS font-weight 属性
发布时间:2017-1-14
本文导语: CSSfont-weight属性实例三段文字设置不同的字体粗细:p.normal {font-weight:normal;}p.thick {font-weight:bold;}p.thicker {font-weight:900;}属性定义及使用说明font-weight 属性设置文本的粗细默认值:normal继承:yes版本:CSS1JavaScript 语法:...