iconfont.css 863 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @font-face {
  2. font-family: 'iconfont'; /* Project id 3967191 */
  3. src: url('./iconfont.woff2?t=1679533850838') format('woff2'), url('./iconfont.woff?t=1679533850838') format('woff'),
  4. url('./iconfont.ttf?t=1679533850838') format('truetype');
  5. }
  6. .iconfont {
  7. font-family: 'iconfont' !important;
  8. font-size: 16px;
  9. font-style: normal;
  10. -webkit-font-smoothing: antialiased;
  11. -moz-osx-font-smoothing: grayscale;
  12. }
  13. .icon-kaoqin:before {
  14. content: '\ue619';
  15. }
  16. .icon-qingjia:before {
  17. content: '\ue627';
  18. }
  19. .icon-jiaban:before {
  20. content: '\ue64c';
  21. }
  22. .icon-qingjiashenqing:before {
  23. content: '\ue6aa';
  24. }
  25. .icon-jiabanshenqing:before {
  26. content: '\ue690';
  27. }
  28. .icon-money:before {
  29. content: '\ue663';
  30. }
  31. .icon-moneybag:before {
  32. content: '\ue7d1';
  33. }
  34. .icon-moneycollect:before {
  35. content: '\ue7cd';
  36. }
  37. .icon-money-funds:before {
  38. content: '\ue831';
  39. }