@font-face {
  font-family: 'iconfont';
  src: url('./fonts/iconfont.eot?t=1711063034730'); /* IE9 */
  src: url('./fonts/iconfont.eot?t=1711063034730#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/iconfont.woff2?t=1711063034730') format('woff2'),
       url('./fonts/iconfont.woff?t=1711063034730') format('woff'),
       url('./fonts/iconfont.ttf?t=1711063034730') format('truetype'),
       url('./fonts/iconfont.svg?t=1711063034730#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}

