Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

font.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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: 0.75em;
  19. font-size: 1.22em;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .icon-contactList:before {
  25. content: "\e615";
  26. }
  27. .icon-avatar:before {
  28. content: "\e616";
  29. }
  30. .icon-callRetro:before {
  31. content: "\e611";
  32. }
  33. .icon-callModern:before {
  34. content: "\e612";
  35. }
  36. .icon-recDisable:before {
  37. content: "\e613";
  38. }
  39. .icon-recEnable:before {
  40. content: "\e614";
  41. }
  42. .icon-authenticate:before {
  43. content: "\e1ae";
  44. }
  45. .icon-kick1:before {
  46. content: "\e60f";
  47. }
  48. .icon-kick:before {
  49. content: "\e610";
  50. }
  51. .icon-share-desktop:before {
  52. content: "\e602";
  53. }
  54. .icon-chat-simple:before {
  55. content: "\e606";
  56. }
  57. .icon-full-screen:before {
  58. content: "\e60d";
  59. }
  60. .icon-exit-full-screen:before {
  61. content: "\e60e";
  62. }
  63. .icon-prezi:before {
  64. content: "\e60c";
  65. }
  66. .icon-link:before {
  67. content: "\e600";
  68. }
  69. .icon-chat:before {
  70. content: "\e601";
  71. }
  72. .icon-presentation:before {
  73. content: "\e603";
  74. }
  75. .icon-security:before {
  76. content: "\e604";
  77. }
  78. .icon-share-doc:before {
  79. content: "\e605";
  80. }
  81. .icon-telephone:before {
  82. content: "\e611";
  83. }
  84. .icon-security-locked:before {
  85. content: "\e607";
  86. }
  87. .icon-camera:before {
  88. content: "\e608";
  89. }
  90. .icon-camera-disabled:before {
  91. content: "\e609";
  92. }
  93. .icon-mic-disabled:before {
  94. content: "\e60a";
  95. }
  96. .icon-microphone:before {
  97. content: "\e60b";
  98. }
  99. .icon-hangup:before {
  100. content: "\e617";
  101. }
  102. .icon-reload:before {
  103. content: "\e618";
  104. }
  105. .icon-filmstrip:before {
  106. content: "\e619";
  107. }
  108. .icon-connection:before {
  109. line-height: normal;
  110. content: "\e61a";
  111. }
  112. .icon-settings:before {
  113. content: "\e61b";
  114. }
  115. .icon-dialPad:before {
  116. content: "\e61c";
  117. }