keyrune/CONTRIBUTING.md

924 B

How adding a new set icon

Prerequisites

The font files are generated with IcoMoon so please create an account there. You can import the font file itself into IcoMoon to load Keyrune and begin editing.

import

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

modal-import

🎉 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
  2. Update codebase to handle the new icon
  3. Generate associated css
  4. Update the documentation