iconfont.css 651 B

12345678910111213141516171819202122232425262728293031
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 5112204 */
  3. src: url('iconfont.woff2?t=1768677323440') format('woff2'),
  4. url('iconfont.woff?t=1768677323440') format('woff'),
  5. url('iconfont.ttf?t=1768677323440') format('truetype');
  6. }
  7. .iconfont {
  8. font-family: "iconfont" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .luckysheet-icon-shanchu:before {
  15. content: "\e617";
  16. }
  17. .luckysheet-icon-dingwei:before {
  18. content: "\e636";
  19. }
  20. .luckysheet-icon-suoding:before {
  21. content: "\e62d";
  22. }
  23. .luckysheet-icon-jiesuo:before {
  24. content: "\e62f";
  25. }