iconfont.css 491 B

1234567891011121314151617181920212223242526272829
  1. @font-face {
  2. font-family: "iconfont"; /* Project id */
  3. src: url('@/static/iconfont.ttf') 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-shangchuan:before {
  13. content: "\e665";
  14. }
  15. .icon-xiangyoujiantou:before {
  16. content: "\e65f";
  17. }
  18. .icon-xiangzuojiantou:before {
  19. content: "\e660";
  20. }
  21. .icon-xiangji:before {
  22. content: "\e672";
  23. }