_fonts.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('fonts/icomoon.eot?7jyvbf');
  4. src: url('fonts/icomoon.eot?7jyvbf#iefix') format('embedded-opentype'),
  5. url('fonts/icomoon.ttf?7jyvbf') format('truetype'),
  6. url('fonts/icomoon.woff?7jyvbf') format('woff'),
  7. url('fonts/icomoon.svg?7jyvbf#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-arrow_upward:before {
  25. content: "\e5d8";
  26. }
  27. .icon-chat_bubble_outline:before {
  28. content: "\e0cb";
  29. }
  30. .icon-format_list_bulleted:before {
  31. content: "\e241";
  32. }
  33. .icon-format_list_numbered:before {
  34. content: "\e242";
  35. }
  36. .icon-close:before {
  37. content: "\e5cd";
  38. }
  39. .icon-search:before {
  40. content: "\e8b6";
  41. }
  42. .icon-chevron-down:before {
  43. content: "\e900";
  44. }
  45. .icon-chevron-left:before {
  46. content: "\e901";
  47. }
  48. .icon-chevron-right:before {
  49. content: "\e902";
  50. }
  51. .icon-chevron-thin-down:before {
  52. content: "\e903";
  53. }
  54. .icon-chevron-thin-left:before {
  55. content: "\e904";
  56. }
  57. .icon-chevron-thin-right:before {
  58. content: "\e905";
  59. }
  60. .icon-chevron-thin-up:before {
  61. content: "\e906";
  62. }
  63. .icon-chevron-up:before {
  64. content: "\e907";
  65. }
  66. .icon-mail:before {
  67. content: "\e90d";
  68. }
  69. .icon-menu:before {
  70. content: "\e908";
  71. }
  72. .icon-rss:before {
  73. content: "\e90a";
  74. }
  75. .icon-user:before {
  76. content: "\e90b";
  77. }
  78. .icon-vcard:before {
  79. content: "\e909";
  80. }
  81. .icon-sina-weibo:before {
  82. content: "\e90e";
  83. }
  84. .icon-facebook:before {
  85. content: "\e90f";
  86. }
  87. .icon-github:before {
  88. content: "\e910";
  89. }
  90. .icon-google:before {
  91. content: "\e911";
  92. }
  93. .icon-instagram:before {
  94. content: "\e912";
  95. }
  96. .icon-pinterest:before {
  97. content: "\e913";
  98. }
  99. .icon-tumblr:before {
  100. content: "\e914";
  101. }
  102. .icon-twitter:before {
  103. content: "\e915";
  104. }