We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
打开在线生成网站:https://icomoon.io/app/#/select
注意:svg件不要加颜色,默认为黑色(设计师处理);
下载之后,主要有两个文件和一个文件夹,其它的可以不用,
以上三个为重要
import 'vue-stone/dist/iconfonts.css';
注:不建议同时引用两个字体图标样式,不然容易出现冲突,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
打开在线生成网站:https://icomoon.io/app/#/select
1、引入自己文件
注意:svg件不要加颜色,默认为黑色(设计师处理);
以这三个svg文件为例!
2、选择文件
3、生成字体图标
4、下载压缩文件
5、项目里引入css
下载之后,主要有两个文件和一个文件夹,其它的可以不用,
以上三个为重要
6、在原基础上增加字体图标
- Selection.json 导入后,之后的步骤请按照第一项说明开始。
7、结合模板使用
import 'vue-stone/dist/iconfonts.css';
注释掉,为了避免样式有冲突,截图如下:注:不建议同时引用两个字体图标样式,不然容易出现冲突,
在原基础上加字体图标请回第6步骤,请 下载 selection.json文件,然后导入即可。
The text was updated successfully, but these errors were encountered: