聚星移动端

iconfont.css 714B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 3956805 */
  3. src: url('iconfont.woff2?t=1678951283145') format('woff2'),
  4. url('iconfont.woff?t=1678951283145') format('woff'),
  5. url('iconfont.ttf?t=1678951283145') 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-xiangshang:before {
  15. content: "\e600";
  16. }
  17. .icon-xiangxia:before {
  18. content: "\e601";
  19. }
  20. .icon-guanbi:before {
  21. content: "\e624";
  22. }
  23. .icon-xiaoyanjing:before {
  24. content: "\e61c";
  25. }
  26. .icon-xiaoyanjing-bi:before {
  27. content: "\e605";
  28. }
  29. .icon-gengxin:before {
  30. content: "\e65f";
  31. }