iconfont.css 383 B

12345678910111213141516171819202122
  1. @font-face {
  2. font-family: "iconfont"; /* Project id */
  3. src: url('iconfont.ttf?t=1632809870268') 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-geren:before {
  13. content: "\e607";
  14. }
  15. .icon-zhuye:before {
  16. content: "\e617";
  17. }