iconfont.css 613 B

1234567891011121314151617181920212223242526272829303132
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4444844 */
  3. src: url('iconfont.woff2?t=1721879246550') format('woff2'),
  4. url('iconfont.woff?t=1721879246550') format('woff'),
  5. url('iconfont.ttf?t=1721879246550') 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-shouye:before {
  15. content: "\e634";
  16. }
  17. .icon-saoyisao:before {
  18. content: "\e891";
  19. }
  20. .icon-wode:before {
  21. content: "\e603";
  22. }
  23. .icon-xiangyoujiantou:before {
  24. content: "\e65f";
  25. }