mirror of
https://github.com/andrewgioia/keyrune.git
synced 2025-07-18 03:41:22 +00:00
20 lines
924 B
Markdown
20 lines
924 B
Markdown
# How adding a new set icon
|
|
|
|
## Prerequisites
|
|
|
|
The font files are generated with [IcoMoon](https://icomoon.io/app/) so please create an account there. You can import the font file itself into IcoMoon to load Keyrune and begin editing.
|
|
|
|

|
|
|
|
After importing, a model will ask if you want to "use this font's metrics and metadata when exporting fonts?" Click "Yes" to accept.
|
|
|
|

|
|
|
|
🎉 Success! The icon font should be loaded 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) |