style.css 976 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('fonts/icomoon.eot?hflvwz');
  4. src: url('fonts/icomoon.eot?hflvwz#iefix') format('embedded-opentype'),
  5. url('fonts/icomoon.ttf?hflvwz') format('truetype'),
  6. url('fonts/icomoon.woff?hflvwz') format('woff'),
  7. url('fonts/icomoon.svg?hflvwz#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-Full:before {
  25. content: "\e900";
  26. }
  27. .icon-0:before {
  28. content: "\e901";
  29. }
  30. .icon-1:before {
  31. content: "\e902";
  32. }
  33. .icon-2:before {
  34. content: "\e903";
  35. }
  36. .icon-3:before {
  37. content: "\e904";
  38. }