halfmage / pixelarticons

👾 Beautiful pixel icons. For the pixel vibes.
https://pixelarticons.com
MIT License
440 stars 13 forks source link

Generate font files with svgtofont #22

Closed Cerallin closed 3 months ago

Cerallin commented 1 year ago

The font name is defaulted to pixelart-icons-font, and the font size is defaulted to 24px. Run the command npm run font before npm publish will make sense.

Feel free to require a modification if you don't like them. ❤️

Ref: #19

halfmage commented 1 year ago

@Cerallin WOW, thank you so much. Will verify this the next days and let you know, appreciate your work!

halfmage commented 3 months ago

@Cerallin merged into master branch (56de03af8519dbd1fd416a4ba8dcea25dd5769b5) and update README with it. Thanks!

Cerallin commented 3 months ago

@halfmage Hi, I've noticed that 56de03af8519dbd1fd416a4ba8dcea25dd5769b5 is merging the master branch into the feat/generate-font branch... which means that commit didn't change anything. Would you please merge it again? Or I can make a new PR if you need my help.

halfmage commented 3 months ago

@Cerallin I see what you mean, but the branch got definitely merged into master (https://github.com/halfmage/pixelarticons/blob/master/package.json).

Don't know why it show that.

Cerallin commented 3 months ago

@halfmage I found a conflict in the package.json file. I'll resolve it and make a new PR. Thank you.