mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-16 19:54:46 +00:00
22 lines
902 B
Markdown
22 lines
902 B
Markdown
|
# How adding a new set icon
|
||
|
|
||
|
## Prerequisites
|
||
|
|
||
|
You need to have a icomoon account: https://icomoon.io/app/
|
||
|
For future steps, i recommande to import actual set of keyrune's icons in icomoon.
|
||
|
|
||
|
![import](./contributing/images/import-icon-btn.png)
|
||
|
|
||
|
A model asking for "The glyphs in your SVG font were loaded.
|
||
|
Use this font's metrics and metadata when exporting fonts?" will appear, click on "Yes".
|
||
|
|
||
|
![modal-import](./contributing/images/import-icon-modal.png)
|
||
|
|
||
|
🎉 Success, you have now all the keyrune's icons in your icomoon project. That will be useful for the next steps when we need to generate the font.
|
||
|
|
||
|
## Summary
|
||
|
|
||
|
1. [Update fonts and svg with the new icon](./contributing/UpdateFonts.md)
|
||
|
2. [Update codebase to handle the new icon](./contributing/UpdateCodebase.md)
|
||
|
3. [Generate associated css](./contributing/GenerateCss.md)
|
||
|
4. [Update the documentation](./contributing/UpdateDocumentation.md)
|