font.scss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. @font-face {
  2. font-family: 'iconfont'; /* Project id 3191891 */
  3. src: url('//at.alicdn.com/t/font_3191891_d7gdax2xsxu.woff2?t=1645181006347') format('woff2'),
  4. url('//at.alicdn.com/t/font_3191891_d7gdax2xsxu.woff?t=1645181006347') format('woff'),
  5. url('//at.alicdn.com/t/font_3191891_d7gdax2xsxu.ttf?t=1645181006347') format('truetype');
  6. }
  7. [class^='el-icon-'],
  8. [class*=' el-icon-'],
  9. [class^=' icon-'],
  10. [class*='icon-'] {
  11. font-family: 'element-icons', 'iconfont' !important;
  12. font-style: normal;
  13. font-weight: normal;
  14. font-variant: normal;
  15. text-transform: none;
  16. line-height: 1;
  17. vertical-align: baseline;
  18. display: inline-block;
  19. -webkit-font-smoothing: antialiased;
  20. -moz-osx-font-smoothing: grayscale;
  21. }
  22. .icon-daoru:before {
  23. content: '\e72f';
  24. }
  25. .icon-shipinjiaocheng:before {
  26. content: '\e730';
  27. }
  28. .icon-fankuiliebiao:before {
  29. content: '\e731';
  30. }
  31. .icon-jigourenzheng:before {
  32. content: '\e732';
  33. }
  34. .icon-yishirenzheng:before {
  35. content: '\e733';
  36. }
  37. .icon-wenjianliebiao:before {
  38. content: '\e734';
  39. }
  40. .icon-ziliaoku:before {
  41. content: '\e735';
  42. }
  43. .icon-tianjia:before {
  44. content: '\e736';
  45. }
  46. .icon-wendangjiaocheng:before {
  47. content: '\e737';
  48. }
  49. .icon-yishiliebiao:before {
  50. content: '\e738';
  51. }
  52. .icon-jigouliebiao:before {
  53. content: '\e739';
  54. }
  55. .icon-zhankai:before {
  56. content: '\e73a';
  57. }