選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

fonts.css 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('fonts/icomoon.eot?mt684m');
  4. src: url('fonts/icomoon.eot?mt684m#iefix') format('embedded-opentype'),
  5. url('fonts/icomoon.ttf?mt684m') format('truetype'),
  6. url('fonts/icomoon.woff?mt684m') format('woff'),
  7. url('fonts/icomoon.svg?mt684m#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. [class^="icon-"], [class*=" icon-"] {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'icomoon' !important;
  14. speak: none;
  15. font-style: normal;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .icon-home:before {
  25. content: "\e900";
  26. }
  27. .icon-pencil:before {
  28. content: "\e905";
  29. }
  30. .icon-paint-format:before {
  31. content: "\e90c";
  32. }
  33. .icon-book:before {
  34. content: "\e91f";
  35. }
  36. .icon-file-empty:before {
  37. content: "\e924";
  38. }
  39. .icon-file-picture:before {
  40. content: "\e927";
  41. }
  42. .icon-file-music:before {
  43. content: "\e928";
  44. }
  45. .icon-file-video:before {
  46. content: "\e92a";
  47. }
  48. .icon-folder-open:before {
  49. content: "\e930";
  50. }
  51. .icon-location:before {
  52. content: "\e947";
  53. }
  54. .icon-location2:before {
  55. content: "\e948";
  56. }
  57. .icon-display:before {
  58. content: "\e956";
  59. }
  60. .icon-bubble2:before {
  61. content: "\e96e";
  62. }
  63. .icon-spinner11:before {
  64. content: "\e984";
  65. }
  66. .icon-search:before {
  67. content: "\e986";
  68. }
  69. .icon-wrench:before {
  70. content: "\e991";
  71. }
  72. .icon-aid-kit:before {
  73. content: "\e998";
  74. }
  75. .icon-bin:before {
  76. content: "\e9ac";
  77. }
  78. .icon-briefcase:before {
  79. content: "\e9ae";
  80. }
  81. .icon-menu3:before {
  82. content: "\e9bf";
  83. }
  84. .icon-menu4:before {
  85. content: "\e9c0";
  86. }
  87. .icon-download3:before {
  88. content: "\e9c7";
  89. }
  90. .icon-upload3:before {
  91. content: "\e9c8";
  92. }
  93. .icon-earth:before {
  94. content: "\e9ca";
  95. }
  96. .icon-attachment:before {
  97. content: "\e9cd";
  98. }
  99. .icon-eye:before {
  100. content: "\e9ce";
  101. }
  102. .icon-man:before {
  103. content: "\e9dc";
  104. }
  105. .icon-woman:before {
  106. content: "\e9dd";
  107. }
  108. .icon-smile:before {
  109. content: "\e9e1";
  110. }
  111. .icon-smile2:before {
  112. content: "\e9e2";
  113. }
  114. .icon-sad:before {
  115. content: "\e9e5";
  116. }
  117. .icon-sad2:before {
  118. content: "\e9e6";
  119. }
  120. .icon-point-up:before {
  121. content: "\ea03";
  122. }
  123. .icon-point-right:before {
  124. content: "\ea04";
  125. }
  126. .icon-point-down:before {
  127. content: "\ea05";
  128. }
  129. .icon-point-left:before {
  130. content: "\ea06";
  131. }
  132. .icon-cross:before {
  133. content: "\ea0f";
  134. }
  135. .icon-checkmark:before {
  136. content: "\ea10";
  137. }
  138. .icon-play2:before {
  139. content: "\ea15";
  140. }
  141. .icon-pause:before {
  142. content: "\ea16";
  143. }
  144. .icon-loop2:before {
  145. content: "\ea2e";
  146. }
  147. .icon-arrow-right:before {
  148. content: "\ea34";
  149. }