iconfont.css 807 B

1234567891011121314151617181920212223242526272829303132
  1. @font-face {font-family: "ifont";
  2. src: url('iconfont.eot?t=1578390719138'); /* IE9 */
  3. src: url('iconfont.eot?t=1578390719138#iefix') format('embedded-opentype'), /* IE6-IE8 */
  4. url('iconfont.woff?t=1578390719138') format('woff'),
  5. url('iconfont.ttf?t=1578390719138') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  6. url('iconfont.svg?t=1578390719138#ifont') format('svg'); /* iOS 4.1- */
  7. }
  8. .ifont ,[class *= 'ifont-'],[class ^= ' ifont-']{
  9. font-family: "ifont" !important;
  10. font-size: 16px;
  11. font-style: normal;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. .ifont-xing:before {
  16. content: "\e652";
  17. }
  18. .ifont-star:before {
  19. content: "\e63d";
  20. }
  21. .ifont-guan:before {
  22. content: "\e664";
  23. }
  24. .ifont-kai:before {
  25. content: "\e65f";
  26. }