# IconFont **Repository Path**: UnjuanableStudio/iconfont ## Basic Information - **Project Name**: IconFont - **Description**: 基于阿里云图标字体的IconFont插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-27 - **Last Updated**: 2026-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 ``` pnpm install @unjuanable/iconfont ``` ## 使用 > 访问 iconfont.cn https://www.iconfont.cn/ ## 创建图标项目 创建css的cdn链接(也可以下载后使用本地链接) ``` // main.js import iconfont from '@unjuanable/iconfont' app.use(iconfont, '//at.alicdn.com/t/font_cdn_url.css') // component ``` ## 参数 | 参数 | 说明 | required | default | |-------|--------------|:--------:|:-----------| | type | 图标类型代码 | true | null | | font | 项目中设置的字体名称标识 | false | 'iconfont' | | color | 字体颜色 | false | 'auto' | | size | 字体大小 | false | 'inherit' |