new_iconfont.css 851 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @font-face {
  2. font-family: "store_icon";
  3. /* Project id 2766216 */
  4. src: url('https://at.alicdn.com/t/font_2766216_ndd54wmmo39.woff2?t=1629798612334') format('woff2'),
  5. url('https://at.alicdn.com/t/font_2766216_ndd54wmmo39.woff?t=1629798612334') format('woff'),
  6. url('https://at.alicdn.com/t/font_2766216_ndd54wmmo39.ttf?t=1629798612334') format('truetype');
  7. }
  8. .store_icon {
  9. font-family: "store_icon" !important;
  10. font-size: 16px;
  11. font-style: normal;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. .icon-jiantou:before {
  16. content: "\e622";
  17. }
  18. .icon-jiantou2:before {
  19. content: "\e623";
  20. }
  21. .icon-jiantou3:before {
  22. content: "\e624";
  23. }
  24. .icon-jiantou4:before {
  25. content: "\e625";
  26. }
  27. .icon-gonggao:before {
  28. content: "\e61e";
  29. }
  30. .icon-guanbi:before {
  31. content: "\e639";
  32. }
  33. .icon-shanchu1:before {
  34. content: "\e63c";
  35. }