当前位置:Gxlcms > html代码 > CSS中font属性的注意事项_html/css_WEB-ITnose

CSS中font属性的注意事项_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:24人阅读

font包含font-style font-variant font-weight font-size/line-height font-family;

在书写font属性时font-style font-variant font-weight 在前,且顺序可以随意排列;font-size/line-height font-family在后,且顺序是固定的;而且font属性的声明中必须要包含font-size font-family这两个属性,否则,整个声明都是无效的。

在使用font声明时,会重置font-style font-variant font-weight font-size/line-height font-family为默认值。

人气教程排行