iconfont.css 742 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4430625 */
  3. src: url('@/static/fonts/iconfont.woff2?t=1707013395035') format('woff2'),
  4. url('@/static/fonts/iconfont.woff?t=1707013395035') format('woff'),
  5. url('@/static/fonts/iconfont.ttf?t=1707013395035') 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-xiaoxi:before {
  15. content: "\e60f";
  16. }
  17. .icon-a-xiaoxi:before {
  18. content: "\eb3f";
  19. }
  20. .icon-shouye:before {
  21. content: "\e60c";
  22. }
  23. .icon-dingdan:before {
  24. content: "\e8ae";
  25. }
  26. .icon-saoyisao:before {
  27. content: "\e66f";
  28. }
  29. .icon-wode:before {
  30. content: "\e60e";
  31. }