iconfont.css 724 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. @font-face {
  2. font-family: "pda"; /* Project id 3307922 */
  3. src: url('/static/fonts/iconfont.woff2?t=1649313043379') format('woff2'),
  4. url('/static/fonts/iconfont.woff?t=1649313043379') format('woff'),
  5. url('/static/fonts/iconfont.ttf?t=1649313043379') 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-shouye2:before {
  15. content: "\e613";
  16. }
  17. .pda-shouye3:before {
  18. content: "\e615";
  19. }
  20. .pda-wodehuanzhe:before {
  21. content: "\e610";
  22. }
  23. .pda-gongdan:before {
  24. content: "\e667";
  25. }
  26. .pda-ziyuan91:before {
  27. content: "\e608";
  28. }
  29. .pda-saoma:before {
  30. content: "\e660";
  31. }