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 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. @font-face {
  2. font-family: 'jitsi';
  3. src:url('../fonts/jitsi.eot?94d075');
  4. src:url('../fonts/jitsi.eot?#iefix94d075') format('embedded-opentype'),
  5. url('../fonts/jitsi.woff?94d075') format('woff'),
  6. url('../fonts/jitsi.ttf?94d075') format('truetype'),
  7. url('../fonts/jitsi.svg?94d075#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-mic-camera-combined:before {
  26. content: "\e903";
  27. }
  28. .icon-feedback:before {
  29. content: "\e91d";
  30. }
  31. .icon-toggle-filmstrip:before {
  32. content: "\e91c";
  33. }
  34. .icon-avatar:before {
  35. content: "\e901";
  36. }
  37. .icon-hangup:before {
  38. content: "\e905";
  39. }
  40. .icon-chat:before {
  41. content: "\e906";
  42. }
  43. .icon-download:before {
  44. content: "\e902";
  45. }
  46. .icon-dialpad:before {
  47. content: "\e61c";
  48. }
  49. .icon-edit:before {
  50. content: "\e907";
  51. }
  52. .icon-share-doc:before {
  53. content: "\e908";
  54. }
  55. .icon-telephone:before {
  56. content: "\e909";
  57. }
  58. .icon-kick:before {
  59. content: "\e904";
  60. }
  61. .icon-menu-up:before {
  62. content: "\e91f";
  63. }
  64. .icon-menu-down:before {
  65. content: "\e920";
  66. }
  67. .icon-full-screen:before {
  68. content: "\e90b";
  69. }
  70. .icon-exit-full-screen:before {
  71. content: "\e90c";
  72. }
  73. .icon-star-full:before {
  74. content: "\e90a";
  75. }
  76. .icon-security:before {
  77. content: "\e90d";
  78. }
  79. .icon-security-locked:before {
  80. content: "\e90e";
  81. }
  82. .icon-reload:before {
  83. content: "\e90f";
  84. }
  85. .icon-microphone:before {
  86. content: "\e910";
  87. }
  88. .icon-mic-empty:before {
  89. content: "\e911";
  90. }
  91. .icon-mic-disabled:before {
  92. content: "\e912";
  93. }
  94. .icon-raised-hand:before {
  95. content: "\e91e";
  96. }
  97. .icon-contactList:before {
  98. content: "\e91b";
  99. }
  100. .icon-link:before {
  101. content: "\e913";
  102. }
  103. .icon-shared-video:before {
  104. content: "\e914";
  105. }
  106. .icon-settings:before {
  107. content: "\e915";
  108. }
  109. .icon-star:before {
  110. content: "\e916";
  111. }
  112. .icon-switch-camera:before {
  113. content: "\e921";
  114. }
  115. .icon-share-desktop:before {
  116. content: "\e917";
  117. }
  118. .icon-camera:before {
  119. content: "\e918";
  120. }
  121. .icon-camera-disabled:before {
  122. content: "\e919";
  123. }
  124. .icon-volume:before {
  125. content: "\e91a";
  126. }
  127. .icon-connection-lost:before {
  128. content: "\e900";
  129. }
  130. .icon-connection:before {
  131. content: "\e61a";
  132. }
  133. .icon-recDisable:before {
  134. content: "\e613";
  135. }
  136. .icon-recEnable:before {
  137. content: "\e614";
  138. }
  139. .icon-presentation:before {
  140. content: "\e603";
  141. }