@charset "utf-8";

/* CN字体  */ 
@font-face {
    font-family: 'Noto Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('NotoSansSC-Bold'),
    url(font/CN/NotoSansSC-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('NotoSansSC-Light'),
    url(font/CN/NotoSansSC-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('NotoSansSC-Medium'),
    url(font/CN/NotoSansSC-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('NotoSansSC-Regular'),
    url(font/CN/NotoSansSC-Regular.otf) format('opentype');
}