iconfont.css 880 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @font-face {
  2. font-family: "dash"; /* Project id 2879659 */
  3. src: url('iconfont.woff2?t=1682499572335') format('woff2'),
  4. url('iconfont.woff?t=1682499572335') format('woff'),
  5. url('iconfont.ttf?t=1682499572335') format('truetype');
  6. }
  7. .dash {
  8. font-family: "dash" !important;
  9. font-size: inherit;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .dash-shaixuan:before {
  15. content: "\e74a";
  16. }
  17. .dash-zhankai:before {
  18. content: "\e784";
  19. }
  20. .dash-dianbohuifang:before {
  21. content: "\e601";
  22. }
  23. .dash-jia:before {
  24. content: "\e600";
  25. }
  26. .dash-lock:before {
  27. content: "\e612";
  28. }
  29. .dash-unlock:before {
  30. content: "\e69e";
  31. }
  32. .dash-saoyisao:before {
  33. content: "\e8b5";
  34. }
  35. .dash-fangdajing:before {
  36. content: "\e609";
  37. }
  38. .dash-chahao:before {
  39. content: "\e7b7";
  40. }
  41. .dash-xiugaimima:before {
  42. content: "\e6bf";
  43. }