style.css 986 B

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