iconfont.css 749 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @font-face {
  2. font-family: "treefont"; /* Project id 2201426 */
  3. src: url('iconfont.woff2?t=1659588949249') format('woff2'),
  4. url('iconfont.woff?t=1659588949249') format('woff'),
  5. url('iconfont.ttf?t=1659588949249') format('truetype');
  6. }
  7. .treefont {
  8. font-family: "treefont" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .icon-copy:before {
  15. content: "\e6c0";
  16. }
  17. .icon-code:before {
  18. content: "\e60e";
  19. }
  20. .icon-question:before {
  21. content: "\e628";
  22. }
  23. .icon-fullscreen:before {
  24. content: "\e603";
  25. }
  26. .icon-unfullscreen:before {
  27. content: "\e604";
  28. }
  29. .icon-collapse:before {
  30. content: "\e601";
  31. }
  32. .icon-expand:before {
  33. content: "\e602";
  34. }