http://fontello.com/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <link rel= "stylesheet" href= "fontcss/fontello.css" > <link rel= "stylesheet" href= "fontcss/animation.css" ><!--[ if IE 7]><link rel= "stylesheet" href= "fontcss/fontello-ie7.css" ><![ endif ]--> <script> function toggleCodes(on) { var obj = document.getElementById( 'icons' ); if (on) { obj.className += ' codesOn' ; } else { obj.className = obj.className.replace( ' codesOn' , '' ); } } </script> |
1 | < i class = " icon-lightbulb-1" ></ i > |
選んでDLして上記コード入れて
これ入るのかみ検証
1 | <head><!--[ if lt IE 9]><script language= "javascript" type= "text/javascript" src= "//html5shim.googlecode.com/svn/trunk/html5.js" ></script><![ endif ]--> |
あとはfontに入れる
demo,htmlでみる