Skip to content

Commit da4fd01

Browse files
committed
feat: clean icon sets before generating svg fonts
- add make command to run all commands at once - add temp folder to store temporary fonts and icon sets - update iconify's icon-sets to latest
1 parent 1aa0dd3 commit da4fd01

10 files changed

Lines changed: 487 additions & 42 deletions

File tree

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
/packages/*
44
!/packages/texicons.sty
55

6-
/fonts/*
7-
!/fonts/gitkeep
6+
/temp/fonts/*
7+
!/temp/fonts/.gitkeep
8+
9+
/temp/icon-sets/*
10+
!/temp/icon-sets/.gitkeep
11+
12+
.allow
13+
.disallow

0 commit comments

Comments
 (0)