iconfont.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 2522399 */
  3. src: url('iconfont.woff2?t=1620285948639') format('woff2'),
  4. url('iconfont.woff?t=1620285948639') format('woff'),
  5. url('iconfont.ttf?t=1620285948639') 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. .icon-clip-plane:before {
  15. content: "\e683";
  16. }
  17. .icon-clip-box:before {
  18. content: "\e6a2";
  19. }
  20. .icon-firstview-filled:before {
  21. content: "\e6c0";
  22. }
  23. .icon-measure-area:before {
  24. content: "\e6c1";
  25. }
  26. .icon-measure-filled:before {
  27. content: "\e6c4";
  28. }
  29. .icon-measure-angle:before {
  30. content: "\e6c6";
  31. }
  32. .icon-measure-distance:before {
  33. content: "\e6ca";
  34. }
  35. .icon-weathercontrol-filled:before {
  36. content: "\e6cb";
  37. }
  38. .icon-configuration:before {
  39. content: "\e6cc";
  40. }
  41. .icon-clouddownload-filled:before {
  42. content: "\e71f";
  43. }
  44. .icon-cloudupload-filled:before {
  45. content: "\e721";
  46. }
  47. .icon-phase-review:before {
  48. content: "\e786";
  49. }
  50. .icon-data-spaceplanning:before {
  51. content: "\e791";
  52. }