首页 >web前端 >html教程 >CSS中font属性的注意事项_html/css_WEB-ITnose

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

WBOY
WBOY原创
2016-06-21 09:19:411440浏览

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为默认值。

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn