iconfont.css 533 B

123456789101112131415161718192021222324252627282930313233
  1. @font-face {
  2. font-family: "iconfont"; /* Project id */
  3. src: url('../../fonts/iconfont.ttf?t=1620785778159') format('truetype');
  4. }
  5. .iconfont {
  6. font-family: "iconfont" !important;
  7. font-size: 16px;
  8. font-style: normal;
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. }
  12. .icon-xiaolaba:before {
  13. content: "\e64c";
  14. }
  15. .icon-bofang:before {
  16. content: "\e65b";
  17. }
  18. .icon-close:before {
  19. content: "\e608";
  20. }
  21. .icon-duihao:before {
  22. content: "\e7f0";
  23. }
  24. .icon-cuohao:before {
  25. content: "\e621";
  26. }