iconfont.css 770 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @font-face {
  2. font-family: "pda"; /* Project id 3307922 */
  3. src: url('/static/fonts/iconfont.woff2?t=1649728794969') format('woff2'),
  4. url('/static/fonts/iconfont.woff?t=1649728794969') format('woff'),
  5. url('/static/fonts/iconfont.ttf?t=1649728794969') format('truetype');
  6. }
  7. .pda {
  8. font-family: "pda" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .pda-xiangyou:before {
  15. content: "\e637";
  16. }
  17. .pda-shouye2:before {
  18. content: "\e613";
  19. }
  20. .pda-shouye3:before {
  21. content: "\e615";
  22. }
  23. .pda-wodehuanzhe:before {
  24. content: "\e610";
  25. }
  26. .pda-gongdan:before {
  27. content: "\e667";
  28. }
  29. .pda-ziyuan91:before {
  30. content: "\e608";
  31. }
  32. .pda-saoma:before {
  33. content: "\e660";
  34. }