您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_font.scss 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .icon-feedback:before {
  25. content: "\e91d";
  26. }
  27. .icon-toggle-filmstrip:before {
  28. content: "\e91c";
  29. }
  30. .icon-avatar:before {
  31. content: "\e901";
  32. }
  33. .icon-autorenew:before {
  34. content: "\e903";
  35. }
  36. .icon-hangup:before {
  37. content: "\e905";
  38. }
  39. .icon-chat:before {
  40. content: "\e906";
  41. }
  42. .icon-download:before {
  43. content: "\e902";
  44. }
  45. .icon-edit:before {
  46. content: "\e907";
  47. }
  48. .icon-share-doc:before {
  49. content: "\e908";
  50. }
  51. .icon-telephone:before {
  52. content: "\e909";
  53. }
  54. .icon-kick:before {
  55. content: "\e904";
  56. }
  57. .icon-full-screen:before {
  58. content: "\e90b";
  59. }
  60. .icon-exit-full-screen:before {
  61. content: "\e90c";
  62. }
  63. .icon-star-full:before {
  64. content: "\e90a";
  65. }
  66. .icon-security:before {
  67. content: "\e90d";
  68. }
  69. .icon-security-locked:before {
  70. content: "\e90e";
  71. }
  72. .icon-reload:before {
  73. content: "\e90f";
  74. }
  75. .icon-microphone:before {
  76. content: "\e910";
  77. }
  78. .icon-mic-empty:before {
  79. content: "\e911";
  80. }
  81. .icon-mic-disabled:before {
  82. content: "\e912";
  83. }
  84. .icon-raised-hand:before {
  85. content: "\e91e";
  86. }
  87. .icon-contactList:before {
  88. content: "\e91b";
  89. }
  90. .icon-link:before {
  91. content: "\e913";
  92. }
  93. .icon-shared-video:before {
  94. content: "\e914";
  95. }
  96. .icon-settings:before {
  97. content: "\e915";
  98. }
  99. .icon-star:before {
  100. content: "\e916";
  101. }
  102. .icon-share-desktop:before {
  103. content: "\e917";
  104. }
  105. .icon-camera:before {
  106. content: "\e918";
  107. }
  108. .icon-camera-disabled:before {
  109. content: "\e919";
  110. }
  111. .icon-volume:before {
  112. content: "\e91a";
  113. }
  114. .icon-connection-lost:before {
  115. content: "\e900";
  116. }
  117. .icon-connection:before {
  118. content: "\e61a";
  119. }
  120. .icon-recDisable:before {
  121. content: "\e613";
  122. }
  123. .icon-recEnable:before {
  124. content: "\e614";
  125. }
  126. .icon-presentation:before {
  127. content: "\e603";
  128. }