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.
		
		
		
		
		
			
	
	
		
			
				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.jsonfrom Jitsi Meet.
- Click “load”.
- Add the new icons using the “Add icons from library” 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.jsonandfonts/jitsi.*from the zip file tofonts/in Jitsi Meet
- Copy the class for the new icon from style.cssin the zip file tocss/_font.scssin Jitsi Meet (do not copy the whole file)
- Copy the selection.jsonfile toreact/features/base/font-iconsoverwritingjitsi.json
Sample commit: 68bc819b89