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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. @font-face {
  2. font-family: 'open_sanslight';
  3. src: url('../fonts/OpenSans-Light-webfont.eot');
  4. src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
  5. url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
  6. url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
  7. url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. @font-face {
  12. font-family: 'jitsi';
  13. src:url('../fonts/jitsi.eot?94d075');
  14. src:url('../fonts/jitsi.eot?#iefix94d075') format('embedded-opentype'),
  15. url('../fonts/jitsi.woff?94d075') format('woff'),
  16. url('../fonts/jitsi.ttf?94d075') format('truetype'),
  17. url('../fonts/jitsi.svg?94d075#jitsi') format('svg');
  18. font-weight: normal;
  19. font-style: normal;
  20. }
  21. [class^="icon-"], [class*=" icon-"] {
  22. font-family: 'jitsi';
  23. speak: none;
  24. font-style: normal;
  25. font-weight: normal;
  26. font-variant: normal;
  27. text-transform: none;
  28. line-height: 0.75em;
  29. font-size: 1.22em;
  30. /* Better Font Rendering =========== */
  31. -webkit-font-smoothing: antialiased;
  32. -moz-osx-font-smoothing: grayscale;
  33. }
  34. .icon-contactList:before {
  35. content: "\e615";
  36. }
  37. .icon-avatar:before {
  38. content: "\e616";
  39. }
  40. .icon-callRetro:before {
  41. content: "\e611";
  42. }
  43. .icon-callModern:before {
  44. content: "\e612";
  45. }
  46. .icon-recDisable:before {
  47. content: "\e613";
  48. }
  49. .icon-recEnable:before {
  50. content: "\e614";
  51. }
  52. .icon-authenticate:before {
  53. content: "\e1ae";
  54. }
  55. .icon-kick1:before {
  56. content: "\e60f";
  57. }
  58. .icon-kick:before {
  59. content: "\e610";
  60. }
  61. .icon-share-desktop:before {
  62. content: "\e602";
  63. }
  64. .icon-chat-simple:before {
  65. content: "\e606";
  66. }
  67. .icon-full-screen:before {
  68. content: "\e60d";
  69. }
  70. .icon-exit-full-screen:before {
  71. content: "\e60e";
  72. }
  73. .icon-link:before {
  74. content: "\e600";
  75. }
  76. .icon-chat:before {
  77. content: "\e601";
  78. }
  79. .icon-presentation:before {
  80. content: "\e603";
  81. }
  82. .icon-security:before {
  83. content: "\e604";
  84. }
  85. .icon-share-doc:before {
  86. content: "\e605";
  87. }
  88. .icon-telephone:before {
  89. content: "\e611";
  90. }
  91. .icon-security-locked:before {
  92. content: "\e607";
  93. }
  94. .icon-camera:before {
  95. content: "\e608";
  96. }
  97. .icon-camera-disabled:before {
  98. content: "\e609";
  99. }
  100. .icon-mic-disabled:before {
  101. content: "\e60a";
  102. }
  103. .icon-microphone:before {
  104. content: "\e60b";
  105. }
  106. .icon-hangup:before {
  107. content: "\e617";
  108. }
  109. .icon-reload:before {
  110. content: "\e618";
  111. }
  112. .icon-filmstrip:before {
  113. content: "\e619";
  114. }
  115. .icon-connection:before {
  116. line-height: normal;
  117. content: "\e61a";
  118. }
  119. .icon-settings:before {
  120. content: "\e61b";
  121. }
  122. .icon-dialPad:before {
  123. content: "\e61c";
  124. }