Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

adding-an-icon.md 854B

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. Click “load”.
  5. Add the new icons using the “Add icons from library” button…
  6. Go to “generate font” and make sure the identifiers for the new icons are correct.
  7. Download the result in a zip file using the “download” button.
  8. Copy selection.json and fonts/jitsi.* from the zip file to fonts/ in Jitsi Meet
  9. Copy the class for the new icon from style.css in the zip file to css/_font.scss in Jitsi Meet (do not copy the whole file)

Sample commit: 68bc819b89