iconfont.css 996 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4272106 */
  3. src: url('iconfont.ttf?t=1697348383625') 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-man:before {
  13. content: "\e615";
  14. }
  15. .icon-girl:before {
  16. content: "\e602";
  17. }
  18. .icon-file:before {
  19. content: "\e671";
  20. }
  21. .icon-add:before {
  22. content: "\e66c";
  23. }
  24. .icon-warning-circle-fill:before {
  25. content: "\e848";
  26. }
  27. .icon-loading:before {
  28. content: "\e93d";
  29. }
  30. .icon-camera:before {
  31. content: "\e600";
  32. }
  33. .icon-folder:before {
  34. content: "\e6a0";
  35. }
  36. .icon-microphone:before {
  37. content: "\e63b";
  38. }
  39. .icon-icon_emoji:before {
  40. content: "\e619";
  41. }
  42. .icon-call:before {
  43. content: "\e610";
  44. }
  45. .icon-keyboard:before {
  46. content: "\e679";
  47. }
  48. .icon-voice-circle:before {
  49. content: "\e67f";
  50. }
  51. .icon-picture:before {
  52. content: "\e653";
  53. }
  54. .icon-search:before {
  55. content: "\e648";
  56. }