/*
 * © Agilent Technologies, Inc. 2020-2021.
 *
 * Warning: Unauthorized reproduction or distribution of this program, or any portion of it,
 * is prohibited and will be prosecuted to the maximum extent under the law.
 *
 */

/**
 * NOTO SANS SC (Simplified Chinese)
 */
 @font-face {
    font-family: 'Noto Sans SC';
    src: url("../fonts/Noto_Sans/NotoSansSC-Regular.otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url("../fonts/Noto_Sans/NotoSansSC-Bold.otf");
    font-weight: 700;
    font-style: auto;
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url("../fonts/Noto_Sans/NotoSansSC-Regular.otf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url("../fonts/Noto_Sans/NotoSansSC-Bold.otf");
    font-weight: 700;
    font-style: italic;
}