font属性的综合写法

font属性的综合写法,书写顺序分别是:font-style font-variant font-weight font-size font-family。

实例:

<pre class=\"brush:CSS;toolbar:false\”>
.ziti {font:italic normal bold 18px arial;}

如果哪项属性是默认值,可以把他省略不写,系统会自动解析其为默认值。

font的取值有点复杂,取值主要分为两部分,现在举几个[ [ <font-style> || <font-variant> || <font-weight> ]? <font-size> [ / <line-height> ]? <font-family> ]取值的例子,如下:

p
{
    font:italic small-caps bold 12px/1.2em Arial;
}
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容