iconfont.css 535 B

1234567891011121314151617181920212223242526272829303132
  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-link:before {
  13. content: "\e772";
  14. }
  15. .icon-poweroff:before {
  16. content: "\e774";
  17. }
  18. .icon-safety-certificate:before {
  19. content: "\e776";
  20. }
  21. .icon-chart-pie-alt:before {
  22. content: "\e78c";
  23. }
  24. .icon-kongxincai:before {
  25. content: "\e642";
  26. }