iconfont.css 881 B

1234567891011121314151617181920212223242526272829
  1. @font-face {font-family: "iconfont";
  2. src: url('iconfont.eot?t=1479715117547'); /* IE9*/
  3. src: url('iconfont.eot?t=1479715117547#iefix') format('embedded-opentype'), /* IE6-IE8 */
  4. url('iconfont.woff?t=1479715117547') format('woff'), /* chrome, firefox */
  5. url('iconfont.ttf?t=1479715117547') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  6. url('iconfont.svg?t=1479715117547#iconfont') format('svg'); /* iOS 4.1- */
  7. }
  8. .iconfont {
  9. font-family:"iconfont" !important;
  10. font-size:16px;
  11. font-style:normal;
  12. -webkit-font-smoothing: antialiased;
  13. -webkit-text-stroke-width: 0.2px;
  14. -moz-osx-font-smoothing: grayscale;
  15. }
  16. .icon-suoyoudingdan:before { content: "\e61d"; }
  17. .icon-delete:before { content: "\e60f"; }
  18. .icon-kehu:before { content: "\e68f"; }
  19. .icon-ai-profit:before { content: "\e673"; }
  20. .icon-sj-copy:before { content: "\e606"; }