spinnericon.css 734 B

12345678910111213141516171819202122
  1. @font-face {
  2. font-family: 'spinnericon';
  3. src: url('spinnericon.eot?39661457');
  4. src: url('spinnericon.eot?39661457#iefix') format('embedded-opentype'),
  5. url('spinnericon.woff?39661457') format('woff'),
  6. url('spinnericon.ttf?39661457') format('truetype'),
  7. url('spinnericon.svg?39661457#spinnericon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. [class^='icon-spin-']:before,
  12. [class*=' icon-spin-']:before {
  13. font-family: 'spinnericon';
  14. }
  15. .icon-spin-1:before { content: '\e80b'; }
  16. .icon-spin-2:before { content: '\e80a'; }
  17. .icon-spin-3:before { content: '\e809'; }
  18. .icon-spin-4:before { content: '\e808'; }
  19. .icon-spin-5:before { content: '\e807'; }
  20. .icon-spin-6:before { content: '\e806'; }