shop.css 664 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @font-face {
  2. font-family: "shopfont"; /* Project id */
  3. src: url('../fonts/shop.ttf?t=1637031976812') format('truetype');
  4. }
  5. .shopfont {
  6. font-family: "shopfont" !important;
  7. font-size: 16px;
  8. font-style: normal;
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. }
  12. .shopfont-shuangliebiao:before {
  13. content: "\e6bb";
  14. }
  15. .shopfont-liebiao:before {
  16. content: "\ec6b";
  17. }
  18. .shopfont-jingdong-:before {
  19. content: "\e643";
  20. }
  21. .shopfont-ziyuan-:before {
  22. content: "\e6a8";
  23. }
  24. .shopfont-pinduoduo1:before {
  25. content: "\e602";
  26. }
  27. .shopfont-taobao:before {
  28. content: "\e615";
  29. }
  30. .shopfont-kaolahaigou:before {
  31. content: "\e627";
  32. }