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