iconfont.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @font-face {
  2. font-family: 'iconfont'; /* Project id 2549449 */
  3. src: url('//at.alicdn.com/t/font_2549449_hxmflg4qsr6.woff2?t=1621002720450') format('woff2'),
  4. url('//at.alicdn.com/t/font_2549449_hxmflg4qsr6.woff?t=1621002720450') format('woff'),
  5. url('//at.alicdn.com/t/font_2549449_hxmflg4qsr6.ttf?t=1621002720450') format('truetype');
  6. }
  7. .iconfont {
  8. font-family: "iconfont" !important;
  9. font-size: 38rpx;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .icon-undo:before {
  15. content: "\e609";
  16. }
  17. .icon-hr:before {
  18. content: "\e60a";
  19. }
  20. .icon-h3:before {
  21. content: "\e60b";
  22. }
  23. .icon-quote:before {
  24. content: "\e60c";
  25. }
  26. .icon-bold:before {
  27. content: "\e60e";
  28. }
  29. .icon-orderedList:before {
  30. content: "\e612";
  31. }
  32. .icon-h2:before {
  33. content: "\e61a";
  34. }
  35. .icon-italic:before {
  36. content: "\e61c";
  37. }
  38. .icon-unorderedList:before {
  39. content: "\e620";
  40. }
  41. .icon-alignLeft:before {
  42. content: "\e621";
  43. }
  44. .icon-alignRight:before {
  45. content: "\e622";
  46. }
  47. .icon-h1:before {
  48. content: "\e623";
  49. }
  50. .icon-image:before {
  51. content: "\e629";
  52. }