iconfont.css 497 B

1234567891011121314151617181920212223242526272829
  1. @font-face {
  2. font-family: "iconfont"; /* Project id */
  3. src: url('iconfont.ttf?t=1734072766493') 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-lianjie:before {
  13. content: "\f010b";
  14. }
  15. .icon-pengzhuang:before {
  16. content: "\e62f";
  17. }
  18. .icon-xinzenggongsizhanghao:before {
  19. content: "\e66e";
  20. }
  21. .icon-company:before {
  22. content: "\e84f";
  23. }