style.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('icomoon.eot?p4ssmb');
  4. src: url('icomoon.eot?p4ssmb#iefix') format('embedded-opentype'),
  5. url('icomoon.ttf?p4ssmb') format('truetype'),
  6. url('icomoon.woff?p4ssmb') format('woff'),
  7. url('icomoon.svg?p4ssmb#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. font-display: block;
  11. }
  12. [class^="icon-"], [class*=" icon-"] {
  13. /* use !important to prevent issues with browser extensions that change fonts */
  14. font-family: 'icomoon' !important;
  15. speak: none;
  16. font-style: normal;
  17. font-weight: normal;
  18. font-variant: normal;
  19. text-transform: none;
  20. line-height: 1;
  21. /* Better Font Rendering =========== */
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale;
  24. }
  25. .icon-angellist:before {
  26. content: "\e900";
  27. }
  28. .icon-apache:before {
  29. content: "\e901";
  30. color: #d22128;
  31. }
  32. .icon-bower:before {
  33. content: "\e90a";
  34. color: #ef5734;
  35. }
  36. .icon-circleci:before {
  37. content: "\e90b";
  38. }
  39. .icon-civicrm:before {
  40. content: "\e90c";
  41. color: #81c459;
  42. }
  43. .icon-co-op:before {
  44. content: "\e902";
  45. color: #00b1e7;
  46. }
  47. .icon-codacy:before {
  48. content: "\e903";
  49. }
  50. .icon-codeigniter:before {
  51. content: "\e904";
  52. color: #ee4623;
  53. }
  54. .icon-codepen:before {
  55. content: "\e905";
  56. }
  57. .icon-dell:before {
  58. content: "\e906";
  59. color: #007db8;
  60. }
  61. .icon-discourse:before {
  62. content: "\e907";
  63. }
  64. .icon-discover:before {
  65. content: "\e908";
  66. color: #ff6000;
  67. }
  68. .icon-home2:before {
  69. content: "\e909";
  70. }
  71. .icon-connection:before {
  72. content: "\e91b";
  73. }
  74. .icon-phone:before {
  75. content: "\e942";
  76. }
  77. .icon-phone-hang-up:before {
  78. content: "\e943";
  79. }
  80. .icon-location:before {
  81. content: "\e947";
  82. }
  83. .icon-location2:before {
  84. content: "\e948";
  85. }
  86. .icon-search:before {
  87. content: "\e986";
  88. }
  89. .icon-volume-increase:before {
  90. content: "\ea2b";
  91. }
  92. .icon-volume-decrease:before {
  93. content: "\ea2c";
  94. }
  95. .icon-arrow-up2:before {
  96. content: "\ea3a";
  97. }
  98. .icon-arrow-right2:before {
  99. content: "\ea3c";
  100. }
  101. .icon-arrow-down2:before {
  102. content: "\ea3e";
  103. }
  104. .icon-arrow-left2:before {
  105. content: "\ea40";
  106. }