icons.styl 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. @font-face {
  2. font-family: 'lemon-icons';
  3. src: url('//at.alicdn.com/t/font_1312162_neqltsj20an.eot');
  4. src: url('//at.alicdn.com/t/font_1312162_neqltsj20an.eot?#iefix') format('embedded-opentype'),
  5. url('//at.alicdn.com/t/font_1312162_neqltsj20an.woff2') format('woff2'),
  6. url('//at.alicdn.com/t/font_1312162_neqltsj20an.woff') format('woff'),
  7. url('//at.alicdn.com/t/font_1312162_neqltsj20an.ttf') format('truetype'),
  8. url('//at.alicdn.com/t/font_1312162_neqltsj20an.svg#iconfont') format('svg');
  9. }
  10. [class^='lemon-icon-'],
  11. [class*=' lemon-icon-']
  12. font-family lemon-icons !important
  13. speak none
  14. font-style normal
  15. font-weight 400
  16. font-variant normal
  17. text-transform none
  18. line-height 1
  19. vertical-align baseline
  20. display inline-block
  21. .lemon-icon-loading:before
  22. content '\e633'
  23. .lemon-icon-prompt:before
  24. content '\e71b'
  25. .lemon-icon-message:before
  26. content '\e84a'
  27. .lemon-icon-emoji:before
  28. content '\e6f6'
  29. .lemon-icon-attah:before
  30. content '\e7e1'
  31. .lemon-icon-image:before
  32. content '\e7de'
  33. .lemon-icon-folder:before
  34. content '\e7d1'
  35. .lemon-icon-people:before
  36. content '\e715'
  37. .lemon-icon-group:before
  38. content '\e6ff'
  39. .lemon-icon-addressbook:before
  40. content '\e6e2'