@font-face {
    font-family: 'Mont';
    src: url('/Other/en/assets/index/font/Mont-Bold.eot');
    src: url('/Other/en/assets/index/font/Mont-Bold/.eot') format('embedded-opentype'),
    url('/Other/en/assets/index/font/Mont-Bold.woff2') format('woff2'),
    url('/Other/en/assets/index/font/Mont-Bold.woff') format('woff'),
    url('/Other/en/assets/index/font/Mont-Bold.ttf') format('truetype'),
    url('/Other/en/assets/index/font/Mont-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'adineue';
    src: url('/Other/en/assets/index/font/adineuePRO-Regular.eot');
    src: url('/Other/en/assets/index/font/adineuePRO-Regular/.eot') format('embedded-opentype'),
    url('/Other/en/assets/index/font/adineuePRO-Regular.woff2') format('woff2'),
    url('/Other/en/assets/index/font/adineuePRO-Regular.woff') format('woff'),
    url('/Other/en/assets/index/font/adineuePRO-Regular.ttf') format('truetype'),
    url('/Other/en/assets/index/font/adineuePRO-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'adineueBold';
    src: url('/Other/en/assets/index/font/adineuePRO-Bold.eot');
    src: url('/Other/en/assets/index/font/adineuePRO-Bold/.eot') format('embedded-opentype'),
    url('/Other/en/assets/index/font/adineuePRO-Bold.woff2') format('woff2'),
    url('/Other/en/assets/index/font/adineuePRO-Bold.woff') format('woff'),
    url('/Other/en/assets/index/font/adineuePRO-Bold.ttf') format('truetype'),
    url('/Other/en/assets/index/font/adineuePRO-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'mont';
    src: url('/Other/en/assets/index/font/mont.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*使用选择器指定字体*/
.Mont{
    font-family: 'Mont',sans-serif;
}
.mont{
    font-family: 'mont',sans-serif;
}

.en{
    font-family: 'adineue',sans-serif;
}
.enb{
    font-family: 'adineueBold',sans-serif;
}
