一、 font属性值可以继承。例如子元素可以继承父元素的行高,字体大小等等。
二、font属性可以进行连写:font: font-sytle font-weight font-size/line-height font-family;
三、font连写要注意两点:1.font属性联写中必须有font-size 和 font-family;2.font属性联写中,font-size 必须在font-family 前。
一、 font属性值可以继承。例如子元素可以继承父元素的行高,字体大小等等。
二、font属性可以进行连写:font: font-sytle font-weight font-size/line-height font-family;
三、font连写要注意两点:1.font属性联写中必须有font-size 和 font-family;2.font属性联写中,font-size 必须在font-family 前。