iconfont.css 566 B

12345678910111213141516171819202122232425262728293031323334353637
  1. @font-face {
  2. font-family: "iconfont"; /* Project id */
  3. src: url('iconfont.ttf?t=1680856804881') format('truetype');
  4. }
  5. .iconfont {
  6. font-family: "iconfont" !important;
  7. font-size: 16px;
  8. font-style: normal;
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. }
  12. .icon-churukujilu:before {
  13. content: "\e61e";
  14. }
  15. .icon-shezhi:before {
  16. content: "\e892";
  17. }
  18. .icon-kehu:before {
  19. content: "\e804";
  20. }
  21. .icon-chuku:before {
  22. content: "\e601";
  23. }
  24. .icon-ruku:before {
  25. content: "\e606";
  26. }
  27. .icon-feiyong:before {
  28. content: "\e521";
  29. }