我们为大家收集整理了关于如何设置css字体,以方便大家参考。
字体的属性如下:
font-style:italic;
font-variant:small-caps;
font-weight:bold;font-size:1em;
line-height:140%;
font-family:"Lucida Grande",sans-serif;
可以缩写为一句:
font:italic small-caps bold 1em/140%"Lucida Grande",sans-serif;
注意,如果你缩写字体定义,至少要定义font-size和font-family两个值。
希望大家可以学会如何设置css字体想了解更多精彩内容,请关注我们的网站!
相关推荐:
css背景设置技巧