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.

_font.scss 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. @font-face {
  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. }
  11. [class^="icon-"], [class*=" icon-"] {
  12. font-family: 'jitsi';
  13. speak: none;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 1.22em;
  19. font-size: 1.22em;
  20. cursor: default;
  21. /* Better Font Rendering =========== */
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale;
  24. }
  25. .icon-cancel:before {
  26. content: "\e91c";
  27. }
  28. .icon-check:before {
  29. content: "\e91b";
  30. }
  31. .icon-send:before {
  32. content: "\e911";
  33. }
  34. .icon-blur-background:before {
  35. content: "\e90f";
  36. color: #a4b8d1;
  37. }
  38. .icon-speaker:before {
  39. content: "\e92d";
  40. }
  41. .icon-rec:before {
  42. content: "\e92b";
  43. }
  44. .icon-camera-take-picture:before {
  45. content: "\e92a";
  46. }
  47. .icon-AUD:before {
  48. content: "\e900";
  49. }
  50. .icon-HD:before {
  51. content: "\e927";
  52. }
  53. .icon-LD:before {
  54. content: "\e928";
  55. }
  56. .icon-SD:before {
  57. content: "\e929";
  58. }
  59. .icon-gsm-bars:before {
  60. content: "\e926";
  61. }
  62. .icon-info:before {
  63. content: "\e922";
  64. }
  65. .icon-mic-camera-combined:before {
  66. content: "\e903";
  67. }
  68. .icon-feedback:before {
  69. content: "\e91d";
  70. }
  71. .icon-hangup:before {
  72. content: "\e905";
  73. }
  74. .icon-chat:before {
  75. content: "\e906";
  76. }
  77. .icon-share-doc:before {
  78. content: "\e908";
  79. }
  80. .icon-kick:before {
  81. content: "\e904";
  82. }
  83. .icon-menu-up:before {
  84. content: "\e91f";
  85. }
  86. .icon-menu-down:before {
  87. content: "\e920";
  88. }
  89. .icon-full-screen:before {
  90. content: "\e90b";
  91. }
  92. .icon-exit-full-screen:before {
  93. content: "\e90c";
  94. }
  95. .icon-security:before {
  96. content: "\e90d";
  97. }
  98. .icon-security-locked:before {
  99. content: "\e90e";
  100. }
  101. .icon-microphone:before {
  102. content: "\e910";
  103. }
  104. .icon-mic-disabled:before {
  105. content: "\e912";
  106. }
  107. .icon-raised-hand:before {
  108. content: "\e91e";
  109. }
  110. .icon-link:before {
  111. content: "\e913";
  112. }
  113. .icon-shared-video:before {
  114. content: "\e914";
  115. }
  116. .icon-settings:before {
  117. content: "\e915";
  118. }
  119. .icon-star:before {
  120. content: "\e916";
  121. }
  122. .icon-switch-camera:before {
  123. content: "\e921";
  124. }
  125. .icon-share-desktop:before {
  126. content: "\e917";
  127. }
  128. .icon-camera:before {
  129. content: "\e918";
  130. }
  131. .icon-camera-disabled:before {
  132. content: "\e919";
  133. }
  134. .icon-volume:before {
  135. content: "\e91a";
  136. }
  137. .icon-presentation:before {
  138. content: "\e603";
  139. }
  140. .icon-visibility:before {
  141. content: "\e923";
  142. }
  143. .icon-visibility-off:before {
  144. content: "\e924";
  145. }
  146. .icon-enlarge:before {
  147. content: "\e90a";
  148. }
  149. .icon-signal_cellular_0:before {
  150. content: "\e901";
  151. }
  152. .icon-signal_cellular_1:before {
  153. content: "\e902";
  154. }
  155. .icon-signal_cellular_2:before {
  156. content: "\e907";
  157. }
  158. .icon-phone:before {
  159. content: "\e0cd";
  160. }
  161. .icon-radio_button_unchecked:before {
  162. content: "\e836";
  163. }
  164. .icon-radio_button_checked:before {
  165. content: "\e837";
  166. }
  167. .icon-search:before {
  168. content: "\e8b6";
  169. }
  170. .icon-chat-unread:before {
  171. content: "\e0b7";
  172. }
  173. .icon-closed_caption:before {
  174. content: "\e930";
  175. }
  176. .icon-tiles-many:before {
  177. content: "\e92e";
  178. }
  179. .icon-close:before {
  180. content: "\e5cd";
  181. }
  182. .icon-open_in_new:before {
  183. content: "\e89e";
  184. }
  185. .icon-restore:before {
  186. content: "\e8b3";
  187. }
  188. .icon-navigate_next:before {
  189. content: "\e409";
  190. }
  191. .icon-menu:before {
  192. content: "\e5d2";
  193. }
  194. .icon-arrow_back:before {
  195. content: "\e5c4";
  196. }
  197. .icon-public:before {
  198. content: "\e80b";
  199. }
  200. .icon-event_note:before {
  201. content: "\e616";
  202. }
  203. .icon-bluetooth:before {
  204. content: "\e1aa";
  205. }
  206. .icon-headset:before {
  207. content: "\e310";
  208. }
  209. .icon-phone-talk:before {
  210. content: "\e61d";
  211. }
  212. .icon-thumb-menu:before {
  213. content: "\e5d4";
  214. }
  215. .icon-ninja:before {
  216. content: "\e909";
  217. }
  218. .icon-invite:before {
  219. content: "\e145";
  220. }
  221. .icon-add:before {
  222. content: "\e146";
  223. }
  224. .icon-play:before {
  225. content: "\f04b";
  226. }
  227. .icon-stop:before {
  228. content: "\f04d";
  229. }
  230. .icon-dominant-speaker:before {
  231. content: "\f0a1";
  232. }