Browse Source

fix(font): Bring back the missing icons.

j8
Hristo Terezov 5 years ago
parent
commit
1d42420a36
6 changed files with 102 additions and 98 deletions
  1. 96
    96
      css/_font.scss
  2. BIN
      fonts/jitsi.eot
  3. 5
    1
      fonts/jitsi.svg
  4. BIN
      fonts/jitsi.ttf
  5. BIN
      fonts/jitsi.woff
  6. 1
    1
      fonts/selection.json

+ 96
- 96
css/_font.scss View File

@@ -1,12 +1,12 @@
1 1
 @font-face {
2
-    font-family: 'jitsi';
3
-    src:  url('../fonts/jitsi.eot?3vw865');
4
-    src:  url('../fonts/jitsi.eot?3vw865#iefix') format('embedded-opentype'),
5
-        url('../fonts/jitsi.ttf?3vw865') format('truetype'),
6
-        url('../fonts/jitsi.woff?3vw865') format('woff'),
7
-        url('../fonts/jitsi.svg?3vw865#jitsi') format('svg');
8
-    font-weight: normal;
9
-    font-style: normal;
2
+  font-family: 'jitsi';
3
+  src:  url('../fonts/jitsi.eot?icrce1');
4
+  src:  url('../fonts/jitsi.eot?icrce1#iefix') format('embedded-opentype'),
5
+    url('../fonts/jitsi.ttf?icrce1') format('truetype'),
6
+    url('../fonts/jitsi.woff?icrce1') format('woff'),
7
+    url('../fonts/jitsi.svg?icrce1#jitsi') format('svg');
8
+  font-weight: normal;
9
+  font-style: normal;
10 10
 }
11 11
 
12 12
 [class^="icon-"], [class*=" icon-"] {
@@ -25,92 +25,9 @@
25 25
     -moz-osx-font-smoothing: grayscale;
26 26
 }
27 27
 
28
-.icon-enlarge:before {
29
-  content: "\e90a";
30
-}
31
-.icon-signal_cellular_0:before {
32
-  content: "\e901";
33
-}
34
-.icon-signal_cellular_1:before {
35
-  content: "\e902";
36
-}
37
-.icon-signal_cellular_2:before {
38
-  content: "\e907";
39
-}
40
-.icon-phone:before {
41
-  content: "\e0cd";
42
-}
43
-.icon-radio_button_unchecked:before {
44
-  content: "\e836";
45
-}
46
-.icon-radio_button_checked:before {
47
-  content: "\e837";
48
-}
49
-.icon-search:before {
50
-  content: "\e8b6";
51
-}
52
-.icon-chat-unread:before {
53
-  content: "\e0b7";
54
-}
55
-.icon-closed_caption:before {
56
-  content: "\e930";
57
-}
58
-.icon-tiles-many:before {
59
-  content: "\e92e";
60
-}
61
-.icon-close:before {
62
-  content: "\e5cd";
63
-}
64
-.icon-open_in_new:before {
65
-  content: "\e89e";
66
-}
67
-.icon-restore:before {
68
-  content: "\e8b3";
69
-}
70
-.icon-navigate_next:before {
71
-  content: "\e409";
72
-}
73
-.icon-menu:before {
74
-  content: "\e5d2";
75
-}
76
-.icon-arrow_back:before {
77
-  content: "\e5c4";
78
-}
79
-.icon-public:before {
80
-  content: "\e80b";
81
-}
82
-.icon-event_note:before {
83
-  content: "\e616";
84
-}
85
-.icon-bluetooth:before {
86
-  content: "\e1aa";
87
-}
88
-.icon-headset:before {
89
-  content: "\e310";
90
-}
91
-.icon-phone-talk:before {
92
-  content: "\e61d";
93
-}
94
-.icon-thumb-menu:before {
95
-  content: "\e5d4";
96
-}
97
-.icon-ninja:before {
98
-  content: "\e909";
99
-}
100
-.icon-invite:before {
101
-  content: "\e145";
102
-}
103
-.icon-add:before {
104
-  content: "\e146";
105
-}
106
-.icon-play:before {
107
-  content: "\f04b";
108
-}
109
-.icon-stop:before {
110
-  content: "\f04d";
111
-}
112
-.icon-dominant-speaker:before {
113
-  content: "\f0a1";
28
+.icon-blur-background:before {
29
+  content: "\e90f";
30
+  color: #a4b8d1;
114 31
 }
115 32
 .icon-speaker:before {
116 33
   content: "\e92d";
@@ -220,7 +137,90 @@
220 137
 .icon-visibility-off:before {
221 138
   content: "\e924";
222 139
 }
223
-.icon-blur-background:before {
140
+.icon-enlarge:before {
141
+  content: "\e90a";
142
+}
143
+.icon-signal_cellular_0:before {
224 144
   content: "\e901";
225
-  color: #a4b8d1;
145
+}
146
+.icon-signal_cellular_1:before {
147
+  content: "\e902";
148
+}
149
+.icon-signal_cellular_2:before {
150
+  content: "\e907";
151
+}
152
+.icon-phone:before {
153
+  content: "\e0cd";
154
+}
155
+.icon-radio_button_unchecked:before {
156
+  content: "\e836";
157
+}
158
+.icon-radio_button_checked:before {
159
+  content: "\e837";
160
+}
161
+.icon-search:before {
162
+  content: "\e8b6";
163
+}
164
+.icon-chat-unread:before {
165
+  content: "\e0b7";
166
+}
167
+.icon-closed_caption:before {
168
+  content: "\e930";
169
+}
170
+.icon-tiles-many:before {
171
+  content: "\e92e";
172
+}
173
+.icon-close:before {
174
+  content: "\e5cd";
175
+}
176
+.icon-open_in_new:before {
177
+  content: "\e89e";
178
+}
179
+.icon-restore:before {
180
+  content: "\e8b3";
181
+}
182
+.icon-navigate_next:before {
183
+  content: "\e409";
184
+}
185
+.icon-menu:before {
186
+  content: "\e5d2";
187
+}
188
+.icon-arrow_back:before {
189
+  content: "\e5c4";
190
+}
191
+.icon-public:before {
192
+  content: "\e80b";
193
+}
194
+.icon-event_note:before {
195
+  content: "\e616";
196
+}
197
+.icon-bluetooth:before {
198
+  content: "\e1aa";
199
+}
200
+.icon-headset:before {
201
+  content: "\e310";
202
+}
203
+.icon-phone-talk:before {
204
+  content: "\e61d";
205
+}
206
+.icon-thumb-menu:before {
207
+  content: "\e5d4";
208
+}
209
+.icon-ninja:before {
210
+  content: "\e909";
211
+}
212
+.icon-invite:before {
213
+  content: "\e145";
214
+}
215
+.icon-add:before {
216
+  content: "\e146";
217
+}
218
+.icon-play:before {
219
+  content: "\f04b";
220
+}
221
+.icon-stop:before {
222
+  content: "\f04d";
223
+}
224
+.icon-dominant-speaker:before {
225
+  content: "\f0a1";
226 226
 }

BIN
fonts/jitsi.eot View File


+ 5
- 1
fonts/jitsi.svg View File

@@ -28,17 +28,21 @@
28 28
 <glyph unicode="&#xe8b3;" glyph-name="restore" d="M512 682h64v-180l150-90-32-52-182 110v212zM554 896c212 0 384-172 384-384s-172-384-384-384c-106 0-200 42-270 112l60 62c54-54 128-88 210-88 166 0 300 132 300 298s-134 298-300 298-298-132-298-298h128l-172-172-4 6-166 166h128c0 212 172 384 384 384z" />
29 29
 <glyph unicode="&#xe8b6;" glyph-name="search" d="M406 426c106 0 192 86 192 192s-86 192-192 192-192-86-192-192 86-192 192-192zM662 426l212-212-64-64-212 212v34l-12 12c-48-42-112-66-180-66-154 0-278 122-278 276s124 278 278 278 276-124 276-278c0-68-24-132-66-180l12-12h34z" />
30 30
 <glyph unicode="&#xe900;" glyph-name="AUD" d="M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM308.25 387.3h57.225l-87.675 252.525h-62.125l-87.675-252.525h53.025l19.425 60.2h88.725l19.075-60.2zM461.9 639.825h-52.85v-165.375c0-56 41.125-93.625 105.7-93.625 64.75 0 105.875 37.625 105.875 93.625v165.375h-52.85v-159.95c0-31.85-19.075-52.15-53.025-52.15-33.775 0-52.85 20.3-52.85 52.15v159.95zM682.225 640v-252.7h99.4c75.6 0 118.475 46.025 118.475 128.1 0 79.1-43.4 124.6-118.475 124.6h-99.4zM735.075 594.85v-162.4h38.15c46.725 0 72.975 28.7 72.975 82.075 0 51.1-27.125 80.325-72.975 80.325h-38.15zM243.5 587.325l-31.675-99.050h66.15l-31.325 99.050h-3.15z" />
31
-<glyph unicode="&#xe901;" glyph-name="blur-background" d="M469.333 640c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM725.333 640c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM469.333 384c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM426.667 170.667c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM682.667 170.667c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM213.333 384c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM213.333 640c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM896 384c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM896 640c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM426.667 853.333c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM682.667 853.333c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM725.333 384c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333z" />
31
+<glyph unicode="&#xe901;" glyph-name="signal_cellular_0" d="M938 938v-852h-852zM854 732l-562-562h562v562z" />
32
+<glyph unicode="&#xe902;" glyph-name="signal_cellular_1" d="M86 86l852 852v-256h-170v-596h-682zM854 86v84h84v-84h-84zM854 256v342h84v-342h-84z" />
32 33
 <glyph unicode="&#xe903;" glyph-name="mic-camera-combined" d="M756.704 628.138l267.296 202.213v-635.075l-267.296 202.213v-191.923c0-12.085-11.296-21.863-25.216-21.863h-706.272c-13.92 0-25.216 9.777-25.216 21.863v612.25c0 12.085 11.296 21.863 25.216 21.863h706.272c13.92 0 25.216-9.777 25.216-21.863v-189.679zM371.338 376.228c47.817 0 86.529 40.232 86.529 89.811v184.835c0 49.651-38.713 89.883-86.529 89.883-47.788 0-86.515-40.232-86.515-89.883v-184.835c0-49.579 38.756-89.811 86.515-89.811v0zM356.754 314.070v-32.78h33.718v33.412c73.858 9.606 131.235 73.73 131.235 151.351v88.232h-30.636v-88.232c0-67.57-53.696-122.534-119.734-122.534-66.024 0-119.691 54.964-119.691 122.534v88.232h-30.636v-88.232c0-79.215 59.674-144.502 135.744-151.969v-0.014z" />
33 34
 <glyph unicode="&#xe904;" glyph-name="kick" d="M512 810l284-426h-568zM214 298h596v-84h-596v84z" />
34 35
 <glyph unicode="&#xe905;" glyph-name="hangup" d="M512 640c-68 0-134-10-196-30v-132c0-16-10-34-24-40-42-20-80-46-114-78-8-8-18-12-30-12s-22 4-30 12l-106 106c-8 8-12 18-12 30s4 22 12 30c130 124 306 200 500 200s370-76 500-200c8-8 12-18 12-30s-4-22-12-30l-106-106c-8-8-18-12-30-12s-22 4-30 12c-34 32-72 58-114 78-14 6-24 20-24 38v132c-62 20-128 32-196 32z" />
35 36
 <glyph unicode="&#xe906;" glyph-name="chat" d="M854 342v512h-684v-598l86 86h598zM854 938c46 0 84-38 84-84v-512c0-46-38-86-84-86h-598l-170-170v768c0 46 38 84 84 84h684z" />
37
+<glyph unicode="&#xe907;" glyph-name="signal_cellular_2" d="M86 86l852 852v-852h-852z" />
36 38
 <glyph unicode="&#xe908;" glyph-name="share-doc" d="M554 640h236l-236 234v-234zM682 426v86h-340v-86h340zM682 256v86h-340v-86h340zM598 938l256-256v-512c0-46-40-84-86-84h-512c-46 0-86 38-86 84l2 684c0 46 38 84 84 84h342z" />
37 39
 <glyph unicode="&#xe909;" glyph-name="ninja" d="M330.667 469.333c-0.427 14.933 6.4 29.44 17.92 39.253 32-6.827 61.867-20.053 88.747-39.253 0-29.013-23.893-52.907-53.333-52.907s-52.907 23.467-53.333 52.907zM586.667 469.333c26.88 18.773 56.747 32 88.747 38.827 11.52-9.813 18.347-24.32 17.92-38.827 0-29.867-23.893-53.76-53.333-53.76s-53.333 23.893-53.333 53.76v0zM512 640c-118.187 1.707-234.667-27.733-338.347-85.333l-2.987-42.667c0-52.48 12.373-104.107 35.84-151.040 101.12 15.36 203.093 23.040 305.493 23.040s204.373-7.68 305.493-23.040c23.467 46.933 35.84 98.56 35.84 151.040l-2.987 42.667c-103.68 57.6-220.16 87.040-338.347 85.333zM512 938.667c235.641 0 426.667-191.025 426.667-426.667s-191.025-426.667-426.667-426.667c-235.641 0-426.667 191.025-426.667 426.667s191.025 426.667 426.667 426.667z" />
40
+<glyph unicode="&#xe90a;" glyph-name="enlarge" d="M896 212v600h-768v-600h768zM896 896q34 0 60-26t26-60v-596q0-34-26-60t-60-26h-768q-34 0-60 26t-26 60v596q0 34 26 60t60 26h768zM598 342l-86-108-86 108h172zM256 598v-172l-106 86zM768 598l106-86-106-86v172zM512 790l86-108h-172z" />
38 41
 <glyph unicode="&#xe90b;" glyph-name="full-screen" d="M598 810h212v-212h-84v128h-128v84zM726 298v128h84v-212h-212v84h128zM214 598v212h212v-84h-128v-128h-84zM298 426v-128h128v-84h-212v212h84z" />
39 42
 <glyph unicode="&#xe90c;" glyph-name="exit-full-screen" d="M682 682h128v-84h-212v212h84v-128zM598 214v212h212v-84h-128v-128h-84zM342 682v128h84v-212h-212v84h128zM214 342v84h212v-212h-84v128h-128z" />
40 43
 <glyph unicode="&#xe90d;" glyph-name="security" d="M768 170v428h-512v-428h512zM768 682c46 0 86-38 86-84v-428c0-46-40-84-86-84h-512c-46 0-86 38-86 84v428c0 46 40 84 86 84h388v86c0 72-60 132-132 132s-132-60-132-132h-82c0 118 96 214 214 214s214-96 214-214v-86h42zM512 298c-46 0-86 40-86 86s40 86 86 86 86-40 86-86-40-86-86-86z" />
41 44
 <glyph unicode="&#xe90e;" glyph-name="security-locked" d="M768 170v428h-512v-428h512zM380 768v-86h264v86c0 72-60 132-132 132s-132-60-132-132zM768 682c46 0 86-38 86-84v-428c0-46-40-84-86-84h-512c-46 0-86 38-86 84v428c0 46 40 84 86 84h42v86c0 118 96 214 214 214s214-96 214-214v-86h42zM512 298c-46 0-86 40-86 86s40 86 86 86 86-40 86-86-40-86-86-86z" />
45
+<glyph unicode="&#xe90f;" glyph-name="blur-background" d="M469.333 640c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM725.333 640c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM469.333 384c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM426.667 170.667c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM682.667 170.667c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM213.333 384c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM213.333 640c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM896 384c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM896 640c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM426.667 853.333c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM682.667 853.333c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667zM725.333 384c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333z" />
42 46
 <glyph unicode="&#xe910;" glyph-name="microphone" d="M738 554h72c0-146-116-266-256-286v-140h-84v140c-140 20-256 140-256 286h72c0-128 108-216 226-216s226 88 226 216zM512 426c-70 0-128 58-128 128v256c0 70 58 128 128 128s128-58 128-128v-256c0-70-58-128-128-128z" />
43 47
 <glyph unicode="&#xe912;" glyph-name="mic-disabled" d="M182 896l714-714-54-54-178 178c-32-20-72-32-110-38v-140h-84v140c-140 20-256 140-256 286h72c0-128 108-216 226-216 34 0 68 8 98 22l-70 70c-8-2-18-4-28-4-70 0-128 58-128 128v32l-256 256zM640 548l-256 254v8c0 70 58 128 128 128s128-58 128-128v-262zM810 554c0-50-14-98-38-140l-52 54c12 26 18 54 18 86h72z" />
44 48
 <glyph unicode="&#xe913;" glyph-name="link" d="M640 426c114 0 342-56 342-170v-86h-684v86c0 114 228 170 342 170zM256 598h128v-86h-128v-128h-86v128h-128v86h128v128h86v-128zM640 512c-94 0-170 76-170 170s76 172 170 172 170-78 170-172-76-170-170-170z" />

BIN
fonts/jitsi.ttf View File


BIN
fonts/jitsi.woff View File


+ 1
- 1
fonts/selection.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save