font-icon.css 947 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 3674157 */
  3. /* Color fonts */
  4. src:
  5. url('//at.alicdn.com/t/c/font_3674157_evo2852vx7i.woff2?t=1664245623882') format('woff2'),
  6. url('//at.alicdn.com/t/c/font_3674157_evo2852vx7i.woff?t=1664245623882') format('woff'),
  7. url('//at.alicdn.com/t/c/font_3674157_evo2852vx7i.ttf?t=1664245623882') format('truetype');
  8. }
  9. .iconfont {
  10. font-family: "iconfont" !important;
  11. font-size: 16px;
  12. font-style: normal;
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale;
  15. }
  16. .icon-gouwuche:before {
  17. content: "\e628";
  18. }
  19. .icon-dayufuhao:before {
  20. content: "\e62b";
  21. }
  22. .icon-daifahuo:before {
  23. content: "\e600";
  24. }
  25. .icon-daifukuan:before {
  26. content: "\e601";
  27. }
  28. .icon-shouhoufuwuicon:before {
  29. content: "\e633";
  30. }
  31. .icon-geren2:before {
  32. content: "\e6bc";
  33. }
  34. .icon-daishouhuo:before {
  35. content: "\e612";
  36. }
  37. .icon-daipinglun:before {
  38. content: "\e602";
  39. }