Heim  >  Artikel  >  Web-Frontend  >  CSS中font属性的注意事项_html/css_WEB-ITnose

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

WBOY
WBOYOriginal
2016-06-21 09:19:411372Durchsuche

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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn