css3 web字体记

css3 web字体

@font-face语法

  @font-face能够加载服务器端的字体,让客户端浏览器显示客户端没有安装的字体。

@font-face{
font-family:;
src: [] [, []] *;
[font-weight:];
[font-style:

posted @ 2015-07-11 16:21  微日月  阅读(836)  评论(0)    收藏  举报