iconfont.css 763 B

12345678910111213141516171819202122
  1. @font-face {font-family: "iconfont";
  2. src: url('iconfont.eot'); /* IE9*/
  3. src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  4. url('iconfont.woff') format('woff'), /* chrome, firefox */
  5. url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  6. url('iconfont.svg#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-1:before { content: "\f0011"; }
  17. .icon-2:before { content: "\e80e"; }
  18. .icon-3:before { content: "\e627"; }
  19. .icon-4:before { content: "\e61a"; }
  20. .icon-5:before { content: "\e64b"; }