iconfont.css 453 B

12345678910111213141516171819202122232425
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4213972 */
  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-jianshao-huoyue:before {
  13. content: "\e64b";
  14. }
  15. .icon-zengjia-huoyue:before {
  16. content: "\e64c";
  17. }
  18. .icon-fuzhushuxian:before {
  19. content: "\e6f4";
  20. }