_iconfont.scss 773 B

12345678910111213141516171819
  1. @mixin iconfont($font, $http: http) {
  2. @font-face {
  3. font-family: "iconfont";
  4. /* project id 343429 */
  5. src: url($http + "://at.alicdn.com/t/" + $font + ".eot");
  6. src: url($http + "://at.alicdn.com/t/" + $font + ".eot?#iefix") format("embedded-opentype"), url($http + "://at.alicdn.com/t/" + $font + ".woff") format("woff"), url($http + "://at.alicdn.com/t/" + $font + ".ttf") format("truetype"), url($http + "://at.alicdn.com/t/" + $font + ".svg#iconfont") format("svg");
  7. }
  8. }
  9. .iconfont {
  10. font-family: "iconfont" !important;
  11. font-size: 16px;
  12. font-style: normal;
  13. -webkit-font-smoothing: antialiased;
  14. -webkit-text-stroke-width: 0.2px;
  15. -moz-osx-font-smoothing: grayscale;
  16. }
  17. @include iconfont("font_rl8clcpkugfd2t9")