font.css 678 B

123456789101112131415161718192021222324
  1. @font-face {
  2. font-family: "iconfont";
  3. /* Project id 4707101 */
  4. src: url('//at.alicdn.com/t/c/font_4707101_p30x7m4y64s.woff2?t=1728617344555') format('woff2'),
  5. url('//at.alicdn.com/t/c/font_4707101_p30x7m4y64s.woff?t=1728617344555') format('woff'),
  6. url('//at.alicdn.com/t/c/font_4707101_p30x7m4y64s.ttf?t=1728617344555') format('truetype');
  7. }
  8. .iconfont {
  9. font-family: "iconfont" !important;
  10. font-size: 16px;
  11. font-style: normal;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. .icon-youjiantou:before {
  16. content: "\e624";
  17. }
  18. .icon-zhijiao-triangle:before {
  19. content: "\e600";
  20. color: #e1e1e1;
  21. }