Advertisement
Juc1

_icomoon-2.scss

Apr 18th, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. @font-face {
  2. font-family: 'icomoon';
  3. src:url('../icomoon-6/fonts/icomoon.eot?-stgqwo');
  4. src:url('../icomoon-6/fonts/icomoon.eot?#iefix-stgqwo') format('embedded-opentype'),
  5. url('../icomoon-6/fonts/icomoon.woff?-stgqwo') format('woff'),
  6. url('../icomoon-6/fonts/icomoon.ttf?-stgqwo') format('truetype'),
  7. url('../icomoon-6/fonts/icomoon.svg?-stgqwo#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11.  
  12. [class^="icon-"], [class*=" icon-"] {
  13. font-family: 'icomoon';
  14. speak: none;
  15. font-style: normal;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20.  
  21. /* Better Font Rendering =========== */
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale;
  24. }
  25.  
  26. .icon-star-7:before {
  27. content: "\f600";
  28. }
  29. .icon-star-6:before {
  30. content: "\f601";
  31. }
  32. .icon-star-5:before {
  33. content: "\f602";
  34. }
  35. .icon-star-4:before {
  36. content: "\f603";
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement