iconfont.css 407 B

123456789101112131415161718192021
  1. @font-face {
  2. font-family: "iconfont"; /* Project id */
  3. src: url('iconfont.ttf?t=1698560620695') 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-24gl-nextSquare:before {
  13. content: "\ea6c";
  14. }
  15. .icon-24gl-previousSquare:before {
  16. content: "\ea73";
  17. }