소스 검색

Adds instructions for adding an icon (thanks @hristoterezov).

j8
Boris Grozev 10 년 전
부모
커밋
ecf9c6fc6b
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12
    0
      doc/adding-an-icon.md

+ 12
- 0
doc/adding-an-icon.md 파일 보기

1
+### Adding an icon to the font file (e.g. for the floating menu)
2
+1. Go to https://icomoon.io/app/
3
+2. Go to "Manage Projects" from the menu on the top left.
4
+3. Use "Import project" and select <code>fonts/selection.json</code> from Jitsi Meet.
5
+4. Import icons (e.g. svg files) using the "import items" button.
6
+5. Go to "generate font" and make sure the identifiers for the new icons are correct.
7
+6. Download the result in a zip file using the "download" button.
8
+7. Copy <code>selection.json</code> and <code>fonts/jitsi.*</code> from the zip file to <code>fonts/</code> in Jitsi Meet
9
+8. Copy the class for the new icon from <code>style.css</code> in the zip file to <code>css/font.css</code> in Jitsi Meet (do *not* copy the whole file)
10
+
11
+Sample commit: https://github.com/jitsi/jitsi-meet/commit/68bc819b89aec12364fcf07b81efa83a1900eed6
12
+

Loading…
취소
저장