/* 购物车 */
@font-face {
    font-family: 'iconfont';
    src: url('../../font/iconfont.eot');
    src: url('../../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../../font/iconfont.woff2') format('woff2'),
        url('../../font/iconfont.woff') format('woff'),
        url('../../font/iconfont.ttf') format('truetype'),
        url('../../font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 导航字体 */
@font-face {
    font-family: 'calibri-Bold';
    src: url('../../font/calibribold.eot');
    src: url('../../font/calibribold.eot') format('embedded-opentype'),
    url('../../font/calibribold.woff2') format('woff2'),
    url('../../font/calibribold.woff') format('woff'),
    url('../../font/calibribold.ttf')format('truetype'),
    url('../../font/calibribold.svg#calibribold') format('svg');
}

 @font-face {
    font-family: 'calibri';
    src: url('../../font/Calibri.eot-');
     src: url('../../font/Calibri.eot-') format('embedded-opentype'),
         url('../../font/Calibri.woff') format('woff'),
         url('../../font/Calibri.ttf') format('truetype');
}

