836 B
836 B
Adding an icon to the font file (e.g. for the floating menu)
- Go to https://icomoon.io/app/
- Go to "Manage Projects" from the menu on the top left.
- Use "Import project" and select
fonts/selection.json
from Jitsi Meet. - Import icons (e.g. svg files) using the "import items" button.
- Go to "generate font" and make sure the identifiers for the new icons are correct.
- Download the result in a zip file using the "download" button.
- Copy
selection.json
andfonts/jitsi.*
from the zip file tofonts/
in Jitsi Meet - Copy the class for the new icon from
style.css
in the zip file tocss/font.css
in Jitsi Meet (do not copy the whole file)
Sample commit: 68bc819b89