_icons.scss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('../vendor/icomoon/icomoon.eot?g4m7fo');
  4. src: url('../vendor/icomoon/icomoon.eot?g4m7fo#iefix') format('embedded-opentype'),
  5. url('../vendor/icomoon/icomoon.ttf?g4m7fo') format('truetype'),
  6. url('../vendor/icomoon/icomoon.woff?g4m7fo') format('woff'),
  7. url('../vendor/icomoon/icomoon.svg?g4m7fo#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-check_box:before {
  25. content: "\e834";
  26. }
  27. .icon-warning:before {
  28. content: "\e002";
  29. }
  30. .icon-local_offer:before {
  31. content: "\e54e";
  32. }
  33. .icon-more_horiz:before {
  34. content: "\e5d3";
  35. }
  36. .icon-code:before {
  37. content: "\e86f";
  38. }
  39. .icon-info:before {
  40. content: "\e88e";
  41. }
  42. .icon-invert_colors:before {
  43. content: "\e891";
  44. }
  45. .icon-language:before {
  46. content: "\e894";
  47. }
  48. .icon-search:before {
  49. content: "\e900";
  50. }
  51. .icon-invert_colors2:before {
  52. content: "\e901";
  53. }
  54. .icon-rss_feed:before {
  55. content: "\e902";
  56. }
  57. .icon-mail_outline:before {
  58. content: "\e903";
  59. }
  60. .icon-github:before {
  61. content: "\e904";
  62. }
  63. .icon-stackoverflow:before {
  64. content: "\e905";
  65. }
  66. .icon-twitter:before {
  67. content: "\e906";
  68. }
  69. .icon-youtube:before {
  70. content: "\e907";
  71. }
  72. .icon-matrix:before {
  73. content: "\e908";
  74. }