iconfont.css 970 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4156318 */
  3. src: url('iconfont.woff2?t=1688710512610') format('woff2'),
  4. url('iconfont.woff?t=1688710512610') format('woff'),
  5. url('iconfont.ttf?t=1688710512610') 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-finance:before {
  15. content: "\e6be";
  16. }
  17. .icon-lightning:before {
  18. content: "\e723";
  19. }
  20. .icon-apps:before {
  21. content: "\e726";
  22. }
  23. .icon-box:before {
  24. content: "\ea00";
  25. }
  26. .icon-chart:before {
  27. content: "\e837";
  28. }
  29. .icon-form:before {
  30. content: "\e65d";
  31. }
  32. .icon-order:before {
  33. content: "\e621";
  34. }
  35. .icon-home:before {
  36. content: "\e70a";
  37. }
  38. .icon-system:before {
  39. content: "\e727";
  40. }
  41. .icon-theme-dark:before {
  42. content: "\e806";
  43. }
  44. .icon-theme-auto:before {
  45. content: "\e807";
  46. }
  47. .icon-theme-light:before {
  48. content: "\e808";
  49. }