iconfont.css 761 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 2554236 */
  3. src: url('iconfont.woff2?t=1625559958046') format('woff2'),
  4. url('iconfont.woff?t=1625559958046') format('woff'),
  5. url('iconfont.ttf?t=1625559958046') 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-hetongguanli:before {
  15. content: "\e601";
  16. }
  17. .icon-index-copy:before {
  18. content: "\e602";
  19. }
  20. .icon-shouqi:before {
  21. content: "\e603";
  22. }
  23. .icon-zhankai:before {
  24. content: "\e604";
  25. }
  26. .icon-yunshu:before {
  27. content: "\e605";
  28. }
  29. .icon-cangkubeifen:before {
  30. content: "\e606";
  31. }
  32. .icon-renwuguanli:before {
  33. content: "\e607";
  34. }