font.css 786 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @font-face {
  2. font-family: "iconfont"; /* Project id */
  3. src: url('iconfont.ttf?t=1622012365563') format('truetype');
  4. }
  5. .iconfont {
  6. font-family: "iconfont" !important;
  7. font-style: normal;
  8. -webkit-font-smoothing: antialiased;
  9. -moz-osx-font-smoothing: grayscale;
  10. }
  11. .icon-search:before {
  12. content: "\e607";
  13. }
  14. .icon-add:before {
  15. content: "\e620";
  16. }
  17. .icon-iconfontxingxing:before {
  18. content: "\e6b0";
  19. }
  20. .icon-reduce:before {
  21. content: "\e621";
  22. }
  23. .icon-down:before {
  24. content: "\e63c";
  25. }
  26. .icon-xihuan:before {
  27. content: "\e630";
  28. }
  29. .icon-close:before {
  30. content: "\e608";
  31. }
  32. .icon-more:before {
  33. content: "\e633";
  34. }
  35. .icon-boy:before {
  36. content: "\e8b3";
  37. }
  38. .icon-girl:before {
  39. content: "\e67b";
  40. }
  41. #app{
  42. background: url("../images/background.jpeg") repeat;
  43. }