@charset "utf-8";

/* EN字体  */ 
@font-face {
    font-family: 'Noto Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('NotoSans-Bold'),
    url(font/EN/NotoSans-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('NotoSans-Light'),
    url(font/EN/NotoSans-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('NotoSans-Medium'),
    url(font/EN/NotoSans-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('NotoSans-Regular'),
    url(font/EN/NotoSans-Regular.ttf) format('truetype');
}