
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('font/NotoSans-Regular.eot');
    src: local(※), 
        url('font/NotoSans-Regular.woff') format('woff'), 
        url('font/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    src: url('font/NotoSans-Medium.eot');
    src: local(※), url('font/NotoSans-Medium.woff') format('woff'), 
        url('font/NotoSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 600;
    src: url('font/NotoSans-Bold.eot');
    src: local(※), url('font/NotoSans-Bold.woff') format('woff'), 
        url('font/NotoSans-Bold.ttf') format('truetype');
}





/*@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url(font/NotoSans-Regular.eot);
    src: local('NotoSans-Regular'), 
        url(font/NotoSans-Regular.eot?#iefix) format('embedded-opentype'), 
        url(font/NotoSans-Regular.woff) format('woff'), 
        url(font/NotoSans-Regular.ttf) format('truetype'), 
        url(font/NotoSans-Regular.svg) format('svg'), 
        url(font/NotoSans-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    src: url(font/NotoSans-Medium.eot);
    src: local('NotoSans-Medium'), 
        url(font/NotoSans-Medium.eot?#iefix) format('embedded-opentype'), 
        url(font/NotoSans-Medium.woff) format('woff'),
        url(font/NotoSans-Medium.svg#notokr-thin) format('svg'), 
        url(font/NotoSans-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 600;
    src: url(font/NotoSans-Bold.eot);
    src: local('NotoSans-Bold'),
        url(font/NotoSans-Bold.eot?#iefix) format('embedded-opentype'), 
        url(font/NotoSans-Bold.woff) format('woff'), 
        url(font/NotoSans-Bold.svg#notokr-thin) format('svg'), 
        url(font/NotoSans-Bold.woff2) format('woff2');
}*/