赞
踩
这个字体图标可以在Bootstrap下免费使用。自带了200多个图标。
1、现在以http://fontello.com/ 为例
首先在Select Icons下选择要用的图标
2、选择之后会在Customize Names下出现你刚才选择的图标列表
3、Customize Codes下回出现你选择图标的代码
如:E800
4、点击右上角的 Download webfont 按钮把生成好的字体文件下载到本地
5、把本地的压缩文件解压之后,把font(我自己改名为fontello)文件夹复制到你webapp项目下WebContent/resources/sass/stylesheets/fonts下
6、在app.css文件里引入
- @include icon-font('fontello', inline-font-files('fontello/fontello.woff', woff, 'fontello/fontello.ttf', truetype,'fontello/fontello.svg', svg));
-
-
- @include icon('f', '\E800', 'fontello');
{
xtype: 'button',
name: 'buyNow',
iconCls:'f',
flex: 1,
text: '立刻购买'
},
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。