iconfont.css 699 B

1234567891011121314151617181920212223242526272829303132
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 3452620 */
  3. src: url('//at.alicdn.com/t/font_3452620_hlad1kb9yl.woff2?t=1654504100564') format('woff2'),
  4. url('//at.alicdn.com/t/font_3452620_hlad1kb9yl.woff?t=1654504100564') format('woff'),
  5. url('//at.alicdn.com/t/font_3452620_hlad1kb9yl.ttf?t=1654504100564') 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-zitisuoxiao:before {
  15. content: "\e60e";
  16. }
  17. .icon-zitifangda:before {
  18. content: "\e60f";
  19. }
  20. .icon-bofang:before {
  21. content: "\e667";
  22. }
  23. .icon-vr:before {
  24. content: "\e70a";
  25. }