iconfont.css 594 B

12345678910111213141516171819202122232425262728293031323334353637
  1. @font-face {
  2. font-family: "iconfont"; /* Project id */
  3. src: url('iconfont.ttf?t=1739346800770') 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-jiaquan:before {
  19. content: "\e696";
  20. }
  21. .icon-eryanghuatan:before {
  22. content: "\e7e6";
  23. }
  24. .icon-xinzenggongsizhanghao:before {
  25. content: "\e66e";
  26. }
  27. .icon-company:before {
  28. content: "\e84f";
  29. }