Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

iconfont.css 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4790103 */
  3. src: url('iconfont.woff2?t=1734834209256') format('woff2'),
  4. url('iconfont.woff?t=1734834209256') format('woff'),
  5. url('iconfont.ttf?t=1734834209256') format('truetype');
  6. }
  7. @font-face {
  8. font-family: 'MyFont1'; /* 自定义字体名称 */
  9. src: url('./BOLD.OTF') format('truetype');
  10. }
  11. @font-face {
  12. font-family: 'MyFont2';
  13. src: url('./REGULAR.OTF') format('truetype');
  14. }
  15. .iconfont {
  16. font-family: "iconfont" !important;
  17. font-size: 16px;
  18. font-style: normal;
  19. -webkit-font-smoothing: antialiased;
  20. -moz-osx-font-smoothing: grayscale;
  21. }
  22. .icon-right:before {
  23. content: "\e708";
  24. }
  25. .icon-left:before {
  26. content: "\e709";
  27. }
  28. .icon-arrow-right:before {
  29. content: "\e601";
  30. }
  31. .icon-weixin:before {
  32. content: "\e707";
  33. }
  34. .icon-jiantou:before {
  35. content: "\e63a";
  36. }
  37. .icon-guanbi:before {
  38. content: "\e676";
  39. }
  40. .icon-xiazai:before {
  41. content: "\e62e";
  42. }
  43. .icon-xiala:before {
  44. content: "\e60d";
  45. }
  46. .icon-search:before {
  47. content: "\e602";
  48. }