码迷,mamicode.com
首页 > Web开发 > 详细

css3 @font-face

时间:2015-05-26 23:05:19      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:

学了就忘,该记录一下了

字体下载网址:

http://www.dafont.com   http:www.google.com/webfonts

用法:

@font-face {
font-family: ‘zwl‘;
src:url(‘fonts/zwllll.eot‘) format(‘eot‘),
url(‘fonts/zwllll.ttf‘) format(‘truetype‘),
url(‘fonts/zwllll.woff‘) format(‘woff‘),
url(‘fonts/zwllll.svg‘) format(‘svg‘);
font-weight: normal;
font-style: normal;
}

到这里定义好了字体,也就是说浏览器能识别zwl这种字体了

css3 @font-face

标签:

原文地址:http://www.cnblogs.com/toodeep/p/4531802.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!