iconfont.css 946 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @font-face {
  2. font-family: "custom-icon"; /* Project id 3810789 */
  3. src: url('./static/iconfont/iconfont.woff2?t=1670404858298') format('woff2'),
  4. url('./static/iconfont/iconfont.woff?t=1670404858298') format('woff'),
  5. url('./static/iconfont/iconfont.ttf?t=1670404858298') format('truetype');
  6. }
  7. .custom-icon {
  8. font-family: "custom-icon" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .custom-icon-essential-information:before {
  15. content: "\e612";
  16. }
  17. .custom-icon-danweixinxi:before {
  18. content: "\e6af";
  19. }
  20. .custom-icon-xiugaimima:before {
  21. content: "\e61e";
  22. }
  23. .custom-icon-fq_kucunchaxun:before {
  24. content: "\e621";
  25. }
  26. .custom-icon-RectangleCopy:before {
  27. content: "\e6c6";
  28. }
  29. .custom-icon-pandian:before {
  30. content: "\e67f";
  31. }
  32. .custom-icon-chukuguanli:before {
  33. content: "\e622";
  34. }
  35. .custom-icon-ruku:before {
  36. content: "\e658";
  37. }