@font-face {
    font-family: 'Mont';
    src: url('../font/Mont-Bold.eot');
    src: url('../font/Mont-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/Mont-Bold.woff2') format('woff2'),
    url('../font/Mont-Bold.woff') format('woff'),
    url('../font/Mont-Bold.ttf') format('truetype'),
    url('../font/Mont-Bold.svg#Mont-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*使用选择器指定字体*/
.mont{
    font-family: 'Mont',sans-serif;
}
