iconfont 使用
1、获取在线地址【进入iconfont网站图标管理】
使用方法:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> @font-face { font-family: 'iconfont'; src: url('http://at.alicdn.com/t/font_1448938185_4262772.eot'); /* IE9*/ src: url('http://at.alicdn.com/t/font_1448938185_4262772.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('http://at.alicdn.com/t/font_1448938185_4262772.woff') format('woff'), /* chrome、firefox */ url('http://at.alicdn.com/t/font_1448938185_4262772.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('http://at.alicdn.com/t/font_1448938185_4262772.svg#iconfont') format('svg'); /* iOS 4.1- */ } .iconfont{font-family:"iconfont";font-size:40px;font-style:normal;} .icon-arrowdowncircle:before{content: '\e601';} </style> </head> <body> <span class="iconfont"></span> <span class="iconfont icon-arrowdowncircle"></span> </body> </html>
如下图所示:
高否?富否?帅否?
否?
滚去学习!