iconfont.css 649 B

1234567891011121314151617181920212223242526272829303132333435
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4169136 */
  3. src: url('iconfont.woff2?t=1689486895781') format('woff2'),
  4. url('iconfont.woff?t=1689486895781') format('woff'),
  5. url('iconfont.ttf?t=1689486895781') format('truetype');
  6. }
  7. .iconfont {
  8. font-family: "iconfont" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .icon-qianbao:before {
  15. content: "\e667";
  16. }
  17. .icon-shijian:before {
  18. content: "\e62d";
  19. }
  20. .icon-qianbi:before {
  21. content: "\e607";
  22. }
  23. .icon-qian:before {
  24. content: "\e634";
  25. }
  26. .icon-goumai:before {
  27. content: "\e636";
  28. }