Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
jitsi-meet/doc/adding-an-icon.md

836 B

Adding an icon to the font file (e.g. for the floating menu)

  1. Go to https://icomoon.io/app/
  2. Go to "Manage Projects" from the menu on the top left.
  3. Use "Import project" and select fonts/selection.json from Jitsi Meet.
  4. Import icons (e.g. svg files) using the "import items" button.
  5. Go to "generate font" and make sure the identifiers for the new icons are correct.
  6. Download the result in a zip file using the "download" button.
  7. Copy selection.json and fonts/jitsi.* from the zip file to fonts/ in Jitsi Meet
  8. Copy the class for the new icon from style.css in the zip file to css/font.css in Jitsi Meet (do not copy the whole file)

Sample commit: 68bc819b89