fonts.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('../fonts/icomoon.eot?wfq3mh');
  4. src: url('../fonts/icomoon.eot?wfq3mh#iefix') format('embedded-opentype'),
  5. url('../fonts/icomoon.ttf?wfq3mh') format('truetype'),
  6. url('../fonts/icomoon.woff?wfq3mh') format('woff'),
  7. url('../fonts/icomoon.svg?wfq3mh#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-envelope-o:before {
  26. content: "\f003";
  27. }
  28. .icon-check:before {
  29. content: "\f00c";
  30. }
  31. .icon-map-marker:before {
  32. content: "\f041";
  33. }
  34. .icon-phone:before {
  35. content: "\f095";
  36. }
  37. .icon-briefcase:before {
  38. content: "\f0b1";
  39. }
  40. .icon-bars:before {
  41. content: "\f0c9";
  42. }
  43. .icon-navicon:before {
  44. content: "\f0c9";
  45. }
  46. .icon-reorder:before {
  47. content: "\f0c9";
  48. }
  49. .icon-angle-left:before {
  50. content: "\f104";
  51. }
  52. .icon-angle-right:before {
  53. content: "\f105";
  54. }
  55. .icon-quote-right:before {
  56. content: "\f10e";
  57. }