iconfont.css 602 B

1234567891011121314151617181920212223242526272829303132
  1. @font-face {
  2. font-family: "dash"; /* Project id 2879659 */
  3. src: url('iconfont.woff2?t=1641526164246') format('woff2'),
  4. url('iconfont.woff?t=1641526164246') format('woff'),
  5. url('iconfont.ttf?t=1641526164246') format('truetype');
  6. }
  7. .dash {
  8. font-family: "dash" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .dash-saoyisao:before {
  15. content: "\e8b5";
  16. }
  17. .dash-fangdajing:before {
  18. content: "\e609";
  19. }
  20. .dash-chahao:before {
  21. content: "\e7b7";
  22. }
  23. .dash-xiugaimima:before {
  24. content: "\e6bf";
  25. }