style.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. @font-face {
  2. font-family: 'dimon-icon';
  3. src: url('fonts/dimon-icon.eot?ge3xd6');
  4. src: url('fonts/dimon-icon.eot?ge3xd6#iefix') format('embedded-opentype'),
  5. url('fonts/dimon-icon.ttf?ge3xd6') format('truetype'),
  6. url('fonts/dimon-icon.woff?ge3xd6') format('woff'),
  7. url('fonts/dimon-icon.svg?ge3xd6#dimon-icon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. font-display: block;
  11. }
  12. [class^="dimon-icon-"], [class*=" dimon-icon-"] {
  13. /* use !important to prevent issues with browser extensions that change fonts */
  14. font-family: 'dimon-icon' !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. .dimon-icon-data1:before {
  26. content: "\e908";
  27. }
  28. .dimon-icon-data:before {
  29. content: "\e909";
  30. }
  31. .dimon-icon-human-resources:before {
  32. content: "\e900";
  33. }
  34. .dimon-icon-laptop:before {
  35. content: "\e901";
  36. }
  37. .dimon-icon-left-arrow:before {
  38. content: "\e902";
  39. }
  40. .dimon-icon-right-arrow:before {
  41. content: "\e90a";
  42. }
  43. .dimon-icon-presentation:before {
  44. content: "\e903";
  45. }
  46. .dimon-icon-strategy:before {
  47. content: "\e904";
  48. }
  49. .dimon-icon-target:before {
  50. content: "\e905";
  51. }
  52. .dimon-icon-training:before {
  53. content: "\e906";
  54. }
  55. .dimon-icon-visualization:before {
  56. content: "\e907";
  57. }