style.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('fonts/icomoon.eot?efg8bq');
  4. src: url('fonts/icomoon.eot?efg8bq#iefix') format('embedded-opentype'),
  5. url('fonts/icomoon.ttf?efg8bq') format('truetype'),
  6. url('fonts/icomoon.woff?efg8bq') format('woff'),
  7. url('fonts/icomoon.svg?efg8bq#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: never;
  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-phone-icon:before {
  26. content: "\e906";
  27. color: #999;
  28. }
  29. .icon-resume-icon:before {
  30. content: "\e900";
  31. color: #808080;
  32. }
  33. .icon-evaluate-icon:before {
  34. content: "\e901";
  35. color: #808080;
  36. }
  37. .icon-setting-icon:before {
  38. content: "\e902";
  39. color: #808080;
  40. }
  41. .icon-delivery-icon:before {
  42. content: "\e903";
  43. color: #808080;
  44. }
  45. .icon-interview-icon:before {
  46. content: "\e904";
  47. color: #808080;
  48. }
  49. .icon-train-icon:before {
  50. content: "\e905";
  51. color: #808080;
  52. }