网址:
http://icomoon.io/
http://iconfont.cn/ 阿里巴巴字体库
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
@font-face {
font-family: 'xiaoqiang';
src: url('fonts/icomoon.eot'); /* IE9*/
src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/icomoon.woff') format('woff'), /* chrome、firefox */
url('fonts/icomoon.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('fonts/icomoon.svg#uxiconfont') format('svg'); /* iOS 4.1- */
}
div{ font-family:'xiaoqiang'; font-size:50px; color:red;}
</style>
</head> <body>
<div></div>
<div></div>
</body>
</html>