/**
* 该文件纯粹是为了兼容老版本的组件库使用场景，因为有些业务方直接引用了common/_icon_font.scss文件。
*/

@mixin h-icon() {
  display: inline-block;
  font-family: iconfont, Arial, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
