如何在一个声明中指定所有 H1-H6 标题字体属性?CSSLint.net 还显示警告标题应该只定义一次。我有几个地方指定了标题:
h1 { font-size: 1.8em; margin-top: 2em; margin-bottom: .5em; }
h2 { font-size: 1.6em; margin-top: 2em; margin-bottom: .5em; }
h3 { font-size: 1.4em; margin-top: 1.5em; margin-bottom: .5em; }
h4 { font-size: 1.2em; margin-top: 1.2em; margin-bottom: .3em; }
h5 { font-size: 1.1em; margin-top: 1em; margin-bottom: .1em; }
h6 { font-size: 1.0em; margin-top: 1em; margin-bottom: .1em; }
h1, h2 {
padding-bottom:2px;
border-bottom:1px solid #919699;
}
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
line-height:normal;
}