Skip to content

xpf0000/iconfont-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IconFont字体图标生成

配置

修改 src/gulpfile.js

// 打包全部字体
const svgs = ['./svg/*.svg']

// 打包特定字体
// const svgs = [
//   './svg/addons.svg',
//   './svg/clean.svg'
// ]

// 字体className
const fontName = 'x-icon'
// 输出格式
const formats = ['ttf', 'eot', 'woff', 'woff2']

生成

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published