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.css 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /*
  2. * Copyright @ 2015 Atlassian Pty Ltd
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. @font-face {
  17. font-family: 'jitsi';
  18. src:url('../fonts/jitsi.eot?94d075');
  19. src:url('../fonts/jitsi.eot?#iefix94d075') format('embedded-opentype'),
  20. url('../fonts/jitsi.woff?94d075') format('woff'),
  21. url('../fonts/jitsi.ttf?94d075') format('truetype'),
  22. url('../fonts/jitsi.svg?94d075#jitsi') format('svg');
  23. font-weight: normal;
  24. font-style: normal;
  25. }
  26. [class^="icon-"], [class*=" icon-"] {
  27. font-family: 'jitsi';
  28. speak: none;
  29. font-style: normal;
  30. font-weight: normal;
  31. font-variant: normal;
  32. text-transform: none;
  33. line-height: 0.75em;
  34. font-size: 1.22em;
  35. /* Better Font Rendering =========== */
  36. -webkit-font-smoothing: antialiased;
  37. -moz-osx-font-smoothing: grayscale;
  38. }
  39. .icon-contactList:before {
  40. content: "\e615";
  41. }
  42. .icon-avatar:before {
  43. content: "\e616";
  44. }
  45. .icon-callRetro:before {
  46. content: "\e611";
  47. }
  48. .icon-callModern:before {
  49. content: "\e612";
  50. }
  51. .icon-recDisable:before {
  52. content: "\e613";
  53. }
  54. .icon-recEnable:before {
  55. content: "\e614";
  56. }
  57. .icon-authenticate:before {
  58. content: "\e1ae";
  59. }
  60. .icon-kick1:before {
  61. content: "\e60f";
  62. }
  63. .icon-kick:before {
  64. content: "\e610";
  65. }
  66. .icon-share-desktop:before {
  67. content: "\e602";
  68. }
  69. .icon-chat-simple:before {
  70. content: "\e606";
  71. }
  72. .icon-full-screen:before {
  73. content: "\e60d";
  74. }
  75. .icon-exit-full-screen:before {
  76. content: "\e60e";
  77. }
  78. .icon-prezi:before {
  79. content: "\e60c";
  80. }
  81. .icon-link:before {
  82. content: "\e600";
  83. }
  84. .icon-chat:before {
  85. content: "\e601";
  86. }
  87. .icon-presentation:before {
  88. content: "\e603";
  89. }
  90. .icon-security:before {
  91. content: "\e604";
  92. }
  93. .icon-share-doc:before {
  94. content: "\e605";
  95. }
  96. .icon-telephone:before {
  97. content: "\e611";
  98. }
  99. .icon-security-locked:before {
  100. content: "\e607";
  101. }
  102. .icon-camera:before {
  103. content: "\e608";
  104. }
  105. .icon-camera-disabled:before {
  106. content: "\e609";
  107. }
  108. .icon-mic-disabled:before {
  109. content: "\e60a";
  110. }
  111. .icon-microphone:before {
  112. content: "\e60b";
  113. }
  114. .icon-hangup:before {
  115. content: "\e617";
  116. }
  117. .icon-reload:before {
  118. content: "\e618";
  119. }
  120. .icon-filmstrip:before {
  121. content: "\e619";
  122. }
  123. .icon-connection:before {
  124. line-height: normal;
  125. content: "\e61a";
  126. }
  127. .icon-settings:before {
  128. content: "\e61b";
  129. }
  130. .icon-dialPad:before {
  131. content: "\e61c";
  132. }