@font-face {
    font-family: 'Conv_Whitney-Book-Pro';
    src: url("../otf/whitney-book-pro.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Whitney-Medium-Pro';
    src: url("../otf/whitney-medium-pro.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Whitney-Light-Pro';
    src: url("../otf/whitney-light-pro.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Whitney-Semibld-Pro';
    src: url("../otf/whitney-semibld-pro.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
/*2020-10-28 ESAS0046 - AY*/
/*Change font file source from otf (opentype) to ttf (truetype) */
@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url('../ttf/notosanssc-regular.ttf') format('truetype');
    /*src: url("../fonts/NotoSansSC/NotoSansSC-Regular.otf") format("opentype");*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansSC-Light';
    src: url('../ttf/notosanssc-light.ttf') format('truetype');
    /*src: url("../fonts/NotoSansSC/NotoSansSC-Light.otf") format("opentype");*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansSC-Medium';
    src: url('../ttf/notosanssc-medium.ttf') format('truetype');
    /*src: url("../fonts/NotoSansSC/NotoSansSC-Medium.otf") format("opentype");*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url('../ttf/notosanssc-regular.ttf') format('truetype');
    /*src:url("../fonts/NotoSansSC/NotoSansSC-Regular.otf") format("opentype");*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansSC-Black';
    src: url('../ttf/notosanssc-black.ttf') format('truetype');
    /*src:url("../fonts/NotoSansSC/NotoSansSC-Black.otf") format("opentype");*/
    font-weight: normal;
    font-style: normal;
}