CSS中font属性的注意事项_html/css_WEB-ITnose
来源:懂视网
责编:小采
时间:2020-11-27 16:33:38
CSS中font属性的注意事项_html/css_WEB-ITnose
CSS中font属性的注意事项_html/css_WEB-ITnose: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在后,且顺序是
导读CSS中font属性的注意事项_html/css_WEB-ITnose: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-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为默认值。
CSS中font属性的注意事项_html/css_WEB-ITnose
CSS中font属性的注意事项_html/css_WEB-ITnose: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在后,且顺序是