css3中的自定义字体

自定义字体

/*定义*/
@font-face {
     font-family: "icons";
     src: url("icomoon.eot");
     src: local("☺"), url("icomoon.woff") format("woff"), url("icomoon.ttf") format("truetype"), url("icomoon.svg") format("svg");
     font-weight: normal;
     font-style: normal;
}

/*使用*/
body{
    font-family: "icons"
}

posted @ 2016-08-17 18:00  kevin.l  阅读(147)  评论(0编辑  收藏  举报